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

Function setSessionBypassPermissionsMode

src/bootstrap/state.ts:1264–1266  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

1262}
1263
1264export function setSessionBypassPermissionsMode(enabled: boolean): void {
1265 STATE.sessionBypassPermissionsMode = enabled
1266}
1267
1268export function getSessionBypassPermissionsMode(): boolean {
1269 return STATE.sessionBypassPermissionsMode

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected