( settings: Record<string, unknown> | null, )
| 1142 | } |
| 1143 | |
| 1144 | export function setFlagSettingsInline( |
| 1145 | settings: Record<string, unknown> | null, |
| 1146 | ): void { |
| 1147 | STATE.flagSettingsInline = settings |
| 1148 | } |
| 1149 | |
| 1150 | export function getSessionIngressToken(): string | null | undefined { |
| 1151 | return STATE.sessionIngressToken |
no outgoing calls
no test coverage detected