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

Function setUserMsgOptIn

src/bootstrap/state.ts:1108–1110  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

1106}
1107
1108export function setUserMsgOptIn(value: boolean): void {
1109 STATE.userMsgOptIn = value
1110}
1111
1112export function getSessionSource(): string | undefined {
1113 return STATE.sessionSource

Callers 5

runFunction · 0.85
maybeActivateBriefFunction · 0.85
onChangeFunction · 0.85
ConfigFunction · 0.85
callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected