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

Function setAutoModeActive

src/utils/permissions/autoModeState.ts:11–13  ·  view source on GitHub ↗
(active: boolean)

Source from the content-addressed store, hash-verified

9let autoModeCircuitBroken = false
10
11export function setAutoModeActive(active: boolean): void {
12 autoModeActive = active
13}
14
15export function isAutoModeActive(): boolean {
16 return autoModeActive

Callers 1

PromptInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected