MCPcopy Index your code
hub / github.com/FIND-Lab/AgentWard / detectBlock

Function detectBlock

core/warnings.ts:14–16  ·  view source on GitHub ↗
(warning: Warning)

Source from the content-addressed store, hash-verified

12}
13
14export function detectBlock(warning: Warning): DetectionResult {
15 return { warning, verdict: "block" };
16}
17
18export function detectApprove(
19 warning: Warning,

Callers 2

registerFunction · 0.90
toolCallDetectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected