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

Function stop

src/bin/command-supervision.ts:80–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 let stopped = false;
79 return {
80 stop(): void {
81 if (stopped) return;
82 stopped = true;
83 if (ppidTimer) clearInterval(ppidTimer);
84 liveness?.stop();
85 },
86 };
87}

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected