MCPcopy
hub / github.com/colbymchenry/codegraph / stop

Method stop

src/bin/command-supervision.ts:38–38  ·  view source on GitHub ↗

Tear down both watchdogs. Idempotent; call when the command finishes.

()

Source from the content-addressed store, hash-verified

36export interface CommandSupervision {
37 /** Tear down both watchdogs. Idempotent; call when the command finishes. */
38 stop(): void;
39}
40
41/**

Callers 2

stopFunction · 0.65
mainFunction · 0.65

Implementers 8

MemoryMonitorsrc/utils.ts
Daemonsrc/mcp/daemon.ts
MCPServersrc/mcp/index.ts
StdioTransportsrc/mcp/transport.ts
SocketTransportsrc/mcp/transport.ts
MCPEnginesrc/mcp/engine.ts
MCPSessionsrc/mcp/session.ts
FileWatchersrc/sync/watcher.ts

Calls

no outgoing calls

Tested by

no test coverage detected