MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / stopSessionCleanup

Function stopSessionCleanup

server/src/training-agent/state.ts:446–451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444}
445
446export function stopSessionCleanup(): void {
447 if (cleanupTimer) {
448 clearInterval(cleanupTimer);
449 cleanupTimer = null;
450 }
451}
452
453/**
454 * Search every persisted session for the first one that matches a

Calls

no outgoing calls

Tested by

no test coverage detected