MCPcopy
hub / github.com/codeaashu/claude-code / setSessionTrustAccepted

Function setSessionTrustAccepted

src/bootstrap/state.ts:1317–1319  ·  view source on GitHub ↗
(accepted: boolean)

Source from the content-addressed store, hash-verified

1315}
1316
1317export function setSessionTrustAccepted(accepted: boolean): void {
1318 STATE.sessionTrustAccepted = accepted
1319}
1320
1321export function getSessionTrustAccepted(): boolean {
1322 return STATE.sessionTrustAccepted

Callers 2

showSetupScreensFunction · 0.85
TrustDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected