Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
interface
QuarkApiCallEntry {
39
function
: QuarkFunction;
40
apis: string[][];
41
}
42
43
interface
QuarkProcessedCrime {
44
crime: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected