Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ stop
Function
stop
src/bin/command-supervision.ts:89–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
let
stopped = false;
88
return
{
89
stop(): void {
90
if
(stopped)
return
;
91
stopped = true;
92
if
(ppidTimer) clearInterval(ppidTimer);
93
liveness?.stop();
94
},
95
};
96
}
Callers
nothing calls this directly
Calls
1
stop
Method · 0.65
Tested by
no test coverage detected