(toolUseID: string)
| 11 | } from './classifierApprovals.js' |
| 12 | |
| 13 | export function useIsClassifierChecking(toolUseID: string): boolean { |
| 14 | return useSyncExternalStore(subscribeClassifierChecking, () => |
| 15 | isClassifierChecking(toolUseID), |
| 16 | ) |
| 17 | } |
| 18 |
no test coverage detected