MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getSessionTrustAccepted

Function getSessionTrustAccepted

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

Source from the content-addressed store, hash-verified

1319}
1320
1321export function getSessionTrustAccepted(): boolean {
1322 return STATE.sessionTrustAccepted
1323}
1324
1325export function setSessionPersistenceDisabled(disabled: boolean): void {
1326 STATE.sessionPersistenceDisabled = disabled

Callers 2

growthbook.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected