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

Function isSessionPersistenceDisabled

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

Source from the content-addressed store, hash-verified

1343}
1344
1345export function isSessionPersistenceDisabled(): boolean {
1346 return STATE.sessionPersistenceDisabled
1347}
1348
1349export function hasExitedPlanModeInSession(): boolean {
1350 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