MCPcopy Create free account
hub / github.com/google/magika / ExampleByPath

Interface ExampleByPath

js/test/inference-vs-reference.test.ts:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132interface ExampleByPath {
133 prediction_mode: PredictionMode;
134 path: string;
135 status: Status;
136 prediction: Prediction | null;
137}
138
139type ExamplesByPath = ExampleByPath[];
140

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…