MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / clearIdleTimer

Function clearIdleTimer

src/index.ts:1753–1758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1751 let mcpClientInitialized = false;
1752
1753 const clearIdleTimer = () => {
1754 if (idleTimer) {
1755 clearTimeout(idleTimer);
1756 idleTimer = undefined;
1757 }
1758 };
1759
1760 const shutdown = (code: number) => {
1761 if (shuttingDown) {

Callers 3

shutdownFunction · 0.85
scheduleIdleShutdownFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected