MCPcopy
hub / github.com/liuup/claude-code-analysis / isSessionPersistenceDisabled

Function isSessionPersistenceDisabled

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

Source from the content-addressed store, hash-verified

1327}
1328
1329export function isSessionPersistenceDisabled(): boolean {
1330 return STATE.sessionPersistenceDisabled
1331}
1332
1333export function hasExitedPlanModeInSession(): boolean {
1334 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