Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ clearClassifierApprovals
Function
clearClassifierApprovals
src/utils/classifierApprovals.ts:84–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
export
function
clearClassifierApprovals(): void {
85
CLASSIFIER_APPROVALS.clear()
86
CLASSIFIER_CHECKING.clear()
87
classifierChecking.emit()
88
}
89
Callers
1
runPostCompactCleanup
Function · 0.85
Calls
2
emit
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected