Add RemoveMachineRelationshipTags tests, add another helper

This commit is contained in:
Matt Nadareski
2025-01-13 10:01:27 -05:00
parent dc69663cd6
commit f492e68c6a
5 changed files with 73 additions and 13 deletions

View File

@@ -233,6 +233,12 @@ namespace SabreTools.DatFiles
public Dictionary<long, DatItem> GetItemsForBucketDB(string bucketName, bool filter = false)
=> ItemsDB.GetItemsForBucket(bucketName, filter);
/// <summary>
/// Get all machines and their indicies
/// </summary>
public IDictionary<long, Machine> GetMachinesDB()
=> ItemsDB.GetMachines();
/// <summary>
/// Remove a key from the file dictionary if it exists
/// </summary>