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

Function clearCache

server/src/services/brandfetch.ts:401–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399 * Clear the cache (for testing)
400 */
401export function clearCache(): void {
402 cache.clear();
403}

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected