Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/forloopcodes/contextplus
/ stopParentMonitor
Function
stopParentMonitor
src/index.ts:558–558 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
556
557
let
shuttingDown = false;
558
let
stopParentMonitor = () => { };
559
const
idleMonitor = createIdleMonitor({
560
timeoutMs: getIdleShutdownMs(process.env.CONTEXTPLUS_IDLE_TIMEOUT_MS),
561
onIdle: () => requestShutdown(
"idle-timeout"
, 0),
Callers
2
shutdown
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected