()
| 5 | let sessionSettingsCache: SettingsWithErrors | null = null |
| 6 | |
| 7 | export function getSessionSettingsCache(): SettingsWithErrors | null { |
| 8 | return sessionSettingsCache |
| 9 | } |
| 10 | |
| 11 | export function setSessionSettingsCache(value: SettingsWithErrors): void { |
| 12 | sessionSettingsCache = value |
no outgoing calls
no test coverage detected