MCPcopy Index your code
hub / github.com/dmno-dev/bumpy / checkIntercept

Function checkIntercept

packages/bumpy/src/utils/shell.ts:26–29  ·  view source on GitHub ↗
(args: string[], opts?: { cwd?: string; input?: string })

Source from the content-addressed store, hash-verified

24}
25
26function checkIntercept(args: string[], opts?: { cwd?: string; input?: string }) {
27 if (!_interceptor) return null;
28 return _interceptor(args, opts);
29}
30
31// ---- String-based commands (for static/trusted command strings only) ----
32

Callers 5

runFunction · 0.85
runAsyncFunction · 0.85
runStreamingFunction · 0.85
runArgsFunction · 0.85
runArgsAsyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…