(path: string | undefined)
| 1134 | } |
| 1135 | |
| 1136 | export function setFlagSettingsPath(path: string | undefined): void { |
| 1137 | STATE.flagSettingsPath = path |
| 1138 | } |
| 1139 | |
| 1140 | export function getFlagSettingsInline(): Record<string, unknown> | null { |
| 1141 | return STATE.flagSettingsInline |
no outgoing calls
no test coverage detected