(value: boolean)
| 1106 | } |
| 1107 | |
| 1108 | export function setUserMsgOptIn(value: boolean): void { |
| 1109 | STATE.userMsgOptIn = value |
| 1110 | } |
| 1111 | |
| 1112 | export function getSessionSource(): string | undefined { |
| 1113 | return STATE.sessionSource |
no outgoing calls
no test coverage detected