( settings: Record<string, unknown> | null, )
| 1158 | } |
| 1159 | |
| 1160 | export function setFlagSettingsInline( |
| 1161 | settings: Record<string, unknown> | null, |
| 1162 | ): void { |
| 1163 | STATE.flagSettingsInline = settings |
| 1164 | } |
| 1165 | |
| 1166 | export function getSessionIngressToken(): string | null | undefined { |
| 1167 | return STATE.sessionIngressToken |
no outgoing calls
no test coverage detected