(value: SettingsWithErrors)
| 9 | } |
| 10 | |
| 11 | export function setSessionSettingsCache(value: SettingsWithErrors): void { |
| 12 | sessionSettingsCache = value |
| 13 | } |
| 14 | |
| 15 | /** |
| 16 | * Per-source cache for getSettingsForSource. Invalidated alongside the |
no outgoing calls
no test coverage detected