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

Function invalidateCache

server/src/training-agent/task-handlers.ts:548–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

546
547/** Invalidate cached catalog/formats (for tests or hot-reload) */
548export function invalidateCache(): void {
549 cachedCatalog = null;
550 cachedFormats = null;
551 cachedProposals = null;
552}
553
554/**
555 * Canonicalize an agent URL for equality comparison: lowercase scheme + host,

Calls

no outgoing calls

Tested by

no test coverage detected