MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getUserMsgOptIn

Function getUserMsgOptIn

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

Source from the content-addressed store, hash-verified

1104// 'SendUserMessage' — case-insensitive). All callers are inside feature()
1105// guards so these accessors don't need their own (matches getKairosActive).
1106export function getUserMsgOptIn(): boolean {
1107 return STATE.userMsgOptIn
1108}
1109
1110export function setUserMsgOptIn(value: boolean): void {
1111 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