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

Function setSessionPersistenceDisabled

src/bootstrap/state.ts:1325–1327  ·  view source on GitHub ↗
(disabled: boolean)

Source from the content-addressed store, hash-verified

1323}
1324
1325export function setSessionPersistenceDisabled(disabled: boolean): void {
1326 STATE.sessionPersistenceDisabled = disabled
1327}
1328
1329export function isSessionPersistenceDisabled(): boolean {
1330 return STATE.sessionPersistenceDisabled

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected