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

Function getDataSetPriority

scripts/pipeline/batch-processor.ts:61–64  ·  view source on GitHub ↗
(dataSet: string | null)

Source from the content-addressed store, hash-verified

59}
60
61function getDataSetPriority(dataSet: string | null): number {
62 if (!dataSet) return DEFAULT_PRIORITY;
63 return DATASET_PRIORITY[dataSet] ?? DEFAULT_PRIORITY;
64}
65
66function loadDocumentText(fileName: string, dataSet: string): string | null {
67 // Search in extracted directory for matching JSON file

Callers 1

ensureJobsExistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected