MCPcopy
hub / github.com/APKLab/APKLab / QuarkCrime

Interface QuarkCrime

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

Source from the content-addressed store, hash-verified

19type QuarkRegisterEntry = Record<string, QuarkApiCall>;
20
21interface QuarkCrime {
22 crime: string;
23 score: string;
24 weight: string;
25 confidence: string;
26 register: QuarkRegisterEntry[];
27}
28
29interface QuarkRawReport {
30 crimes: QuarkCrime[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected