MCPcopy 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

shutdownFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected