(toolUseID: string)
| 74 | export const subscribeClassifierChecking = classifierChecking.subscribe |
| 75 | |
| 76 | export function isClassifierChecking(toolUseID: string): boolean { |
| 77 | return CLASSIFIER_CHECKING.has(toolUseID) |
| 78 | } |
| 79 | |
| 80 | export function deleteClassifierApproval(toolUseID: string): void { |
| 81 | CLASSIFIER_APPROVALS.delete(toolUseID) |
no test coverage detected