()
| 1146 | } |
| 1147 | |
| 1148 | export function getFlagSettingsPath(): string | undefined { |
| 1149 | return STATE.flagSettingsPath |
| 1150 | } |
| 1151 | |
| 1152 | export function setFlagSettingsPath(path: string | undefined): void { |
| 1153 | STATE.flagSettingsPath = path |
no outgoing calls
no test coverage detected