MCPcopy Create free account
hub / github.com/codeaashu/claude-code / cleanupAgentTracking

Function cleanupAgentTracking

src/services/api/promptCacheBreakDetection.ts:700–702  ·  view source on GitHub ↗
(agentId: AgentId)

Source from the content-addressed store, hash-verified

698}
699
700export function cleanupAgentTracking(agentId: AgentId): void {
701 previousStateBySource.delete(agentId)
702}
703
704export function resetPromptCacheBreakDetection(): void {
705 previousStateBySource.clear()

Callers 1

runAgentFunction · 0.85

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected