MCPcopy
hub / github.com/APKLab/APKLab / QuarkApiCallEntry

Interface QuarkApiCallEntry

src/tools/quark-engine.ts:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38interface QuarkApiCallEntry {
39 function: QuarkFunction;
40 apis: string[][];
41}
42
43interface QuarkProcessedCrime {
44 crime: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected