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

Function __clearTierCache

server/src/addie/claude-cost-tracker.ts:396–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394 * test's memoized result doesn't leak into the next.
395 */
396export function __clearTierCache(): void {
397 tierCache.clear();
398}
399
400/**
401 * Test-only: swap the store implementation. Tests pass an

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected