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

Function getSessionBypassPermissionsMode

src/bootstrap/state.ts:1268–1270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1266}
1267
1268export function getSessionBypassPermissionsMode(): boolean {
1269 return STATE.sessionBypassPermissionsMode
1270}
1271
1272export function setScheduledTasksEnabled(enabled: boolean): void {
1273 STATE.scheduledTasksEnabled = enabled

Callers 3

buildInheritedCliFlagsFunction · 0.85
buildInheritedCliFlagsFunction · 0.85
setupClaudeInChromeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected