()
| 629 | |
| 630 | /** Synchronous snapshot for the preload's `sendSync` getter. */ |
| 631 | export function getPortableConfigSnapshot(): AppConfigPortable { |
| 632 | return { ...cache } |
| 633 | } |
| 634 | |
| 635 | /** Merge a partial portable config into the cache and persist it atomically. */ |
| 636 | export function setPortableConfig(partial: AppConfigPortable): Promise<void> { |
no outgoing calls
no test coverage detected