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