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

Function getUserMsgOptIn

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

Source from the content-addressed store, hash-verified

1102// 'SendUserMessage' — case-insensitive). All callers are inside feature()
1103// guards so these accessors don't need their own (matches getKairosActive).
1104export function getUserMsgOptIn(): boolean {
1105 return STATE.userMsgOptIn
1106}
1107
1108export function setUserMsgOptIn(value: boolean): void {
1109 STATE.userMsgOptIn = value

Callers 5

runFunction · 0.85
isBriefEnabledFunction · 0.85
SpinnerWithVerbFunction · 0.85
ConfigFunction · 0.85
UserPromptMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected