MCPcopy Index your code
hub / github.com/callstack/agent-device / createDisabledExecTraceContext

Function createDisabledExecTraceContext

src/utils/exec.ts:472–478  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470}
471
472function createDisabledExecTraceContext(): ExecTraceContext {
473 return {
474 emitForegroundCompletion: () => {},
475 emitBackgroundSpawn: () => {},
476 emitBackgroundCompletion: () => {},
477 };
478}
479
480function emitExecCommandDiagnostic(params: {
481 cmd: string;

Callers 1

createExecTraceContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected