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