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

Method reset

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

Source from the content-addressed store, hash-verified

156 }
157
158 async reset(): Promise<void> {
159 this.events.clear();
160 }
161}
162
163let store: CostTrackerStore = new PostgresStore();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected