MCPcopy
hub / github.com/claude-code-best/claude-code / isSessionPersistenceDisabled

Function isSessionPersistenceDisabled

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

Source from the content-addressed store, hash-verified

1305}
1306
1307export function isSessionPersistenceDisabled(): boolean {
1308 return STATE.sessionPersistenceDisabled
1309}
1310
1311export function hasExitedPlanModeInSession(): boolean {
1312 return STATE.hasExitedPlanMode

Callers 6

submitMessageMethod · 0.85
autoNameSessionFromPlanFunction · 0.85
shouldSkipPersistenceMethod · 0.85
handleOrphanedPermissionFunction · 0.85
printResumeHintFunction · 0.85
loadInitialMessagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected