()
| 1130 | } |
| 1131 | |
| 1132 | export function getFlagSettingsPath(): string | undefined { |
| 1133 | return STATE.flagSettingsPath |
| 1134 | } |
| 1135 | |
| 1136 | export function setFlagSettingsPath(path: string | undefined): void { |
| 1137 | STATE.flagSettingsPath = path |
no outgoing calls
no test coverage detected