MCPcopy Create free account
hub / github.com/Noumena-Network/code / getUserMsgOptIn

Function getUserMsgOptIn

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

Source from the content-addressed store, hash-verified

1118// 'SendUserMessage' — case-insensitive). All callers are inside feature()
1119// guards so these accessors don't need their own (matches getKairosActive).
1120export function getUserMsgOptIn(): boolean {
1121 return STATE.userMsgOptIn
1122}
1123
1124export function setUserMsgOptIn(value: boolean): void {
1125 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