MCPcopy Create free account
hub / github.com/FIND-Lab/AgentWard / detectPass

Function detectPass

core/warnings.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10export function detectPass(): DetectionResult {
11 return { warning: null, verdict: "pass" };
12}
13
14export function detectBlock(warning: Warning): DetectionResult {
15 return { warning, verdict: "block" };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected