()
| 63 | const getServerSnapshot = (): string => "{}"; |
| 64 | |
| 65 | function getParsedSnapshot(): Record<string, boolean> { |
| 66 | getSnapshot(); |
| 67 | return cachedParsed ?? emptyOverrides; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Returns the current parsed feature overrides. |
no test coverage detected