()
| 1108 | } |
| 1109 | |
| 1110 | export function getFlagSettingsPath(): string | undefined { |
| 1111 | return STATE.flagSettingsPath |
| 1112 | } |
| 1113 | |
| 1114 | export function setFlagSettingsPath(path: string | undefined): void { |
| 1115 | STATE.flagSettingsPath = path |
no outgoing calls
no test coverage detected