()
| 1118 | // 'SendUserMessage' — case-insensitive). All callers are inside feature() |
| 1119 | // guards so these accessors don't need their own (matches getKairosActive). |
| 1120 | export function getUserMsgOptIn(): boolean { |
| 1121 | return STATE.userMsgOptIn |
| 1122 | } |
| 1123 | |
| 1124 | export function setUserMsgOptIn(value: boolean): void { |
| 1125 | STATE.userMsgOptIn = value |
no outgoing calls
no test coverage detected