MCPcopy Index your code
hub / github.com/codeaashu/claude-code / clearClassifierChecking

Function clearClassifierChecking

src/utils/classifierApprovals.ts:68–72  ·  view source on GitHub ↗
(toolUseID: string)

Source from the content-addressed store, hash-verified

66}
67
68export function clearClassifierChecking(toolUseID: string): void {
69 if (!feature('BASH_CLASSIFIER') && !feature('TRANSCRIPT_CLASSIFIER')) return
70 CLASSIFIER_CHECKING.delete(toolUseID)
71 classifierChecking.emit()
72}
73
74export const subscribeClassifierChecking = classifierChecking.subscribe
75

Callers 4

hasPermissionsToUseToolFunction · 0.85
useCanUseToolFunction · 0.85
onUserInteractionFunction · 0.85

Calls 3

featureFunction · 0.85
emitMethod · 0.80
deleteMethod · 0.65

Tested by

no test coverage detected