ModelFileInfo holds files and their batch source for a model
| 103 | |
| 104 | // ModelFileInfo holds files and their batch source for a model |
| 105 | type ModelFileInfo struct { |
| 106 | files []string |
| 107 | batchSource string |
| 108 | } |
| 109 | |
| 110 | // analyzeBatches analyzes all result files across multiple batch directories |
| 111 | func analyzeBatches(batchDirs []string) (*BatchAnalysisReport, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected