MCPcopy Create free account
hub / github.com/codeaashu/claude-code / shouldFallbackToPrompting

Function shouldFallbackToPrompting

src/utils/permissions/denialTracking.ts:40–45  ·  view source on GitHub ↗
(state: DenialTrackingState)

Source from the content-addressed store, hash-verified

38}
39
40export function shouldFallbackToPrompting(state: DenialTrackingState): boolean {
41 return (
42 state.consecutiveDenials >= DENIAL_LIMITS.maxConsecutive ||
43 state.totalDenials >= DENIAL_LIMITS.maxTotal
44 )
45}
46

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected