MCPcopy Create free account
hub / github.com/Noumena-Network/code / getSessionBypassPermissionsMode

Function getSessionBypassPermissionsMode

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

Source from the content-addressed store, hash-verified

1282}
1283
1284export function getSessionBypassPermissionsMode(): boolean {
1285 return STATE.sessionBypassPermissionsMode
1286}
1287
1288export function setScheduledTasksEnabled(enabled: boolean): void {
1289 STATE.scheduledTasksEnabled = enabled

Callers 3

buildInheritedCliFlagsFunction · 0.85
buildInheritedCliFlagsFunction · 0.85
setupClaudeInChromeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected