MCPcopy 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
84export function clearClassifierApprovals(): void {
85 CLASSIFIER_APPROVALS.clear()
86 CLASSIFIER_CHECKING.clear()
87 classifierChecking.emit()
88}
89

Callers 1

runPostCompactCleanupFunction · 0.85

Calls 2

emitMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected