Refactor code for improved readability and maintainability; add utility functions for score calculation and archive processing

This commit is contained in:
ProtoTess
2026-01-16 05:55:37 +00:00
parent c701115620
commit 268330840c
10 changed files with 208 additions and 146 deletions
+2 -1
View File
@@ -417,9 +417,10 @@ func ReadOperationsByService(service ServiceType) []OperationSpec {
return EventReadOperations
case ServiceDeviceIO:
return DeviceIOReadOperations
default:
case ServiceUnknown:
return nil
}
return nil
}
// IndependentOperations returns operations that don't depend on other operations.