MCPcopy Create free account
hub / github.com/Donnadieu/Epstein-File-Explorer / BatchProgress

Interface BatchProgress

scripts/pipeline/batch-processor.ts:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50interface BatchProgress {
51 total: number;
52 completed: number;
53 failed: number;
54 skipped: number;
55 tier0Count: number;
56 tier1Count: number;
57 totalCostCents: number;
58 startTime: number;
59}
60
61function getDataSetPriority(dataSet: string | null): number {
62 if (!dataSet) return DEFAULT_PRIORITY;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected