Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
700
export
function
cleanupAgentTracking(agentId: AgentId): void {
701
previousStateBySource.delete(agentId)
702
}
703
704
export
function
resetPromptCacheBreakDetection(): void {
705
previousStateBySource.clear()
Callers
1
runAgent
Function · 0.85
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected