MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / setUserMsgOptIn

Function setUserMsgOptIn

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

Source from the content-addressed store, hash-verified

1088}
1089
1090export function setUserMsgOptIn(value: boolean): void {
1091 STATE.userMsgOptIn = value
1092}
1093
1094export function setSessionSource(source: string): void {
1095 STATE.sessionSource = source

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