MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / disarmIdleTimer

Method disarmIdleTimer

src/mcp/daemon.ts:412–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 }
411
412 private disarmIdleTimer(): void {
413 if (!this.idleTimer) return;
414 clearTimeout(this.idleTimer);
415 this.idleTimer = null;
416 }
417
418 /**
419 * Defense-in-depth against a daemon that outlives its clients (#692), for the

Callers 1

handleConnectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected