()
| 210 | * Reset hot reload subscription state. Only for testing. |
| 211 | */ |
| 212 | export function resetHotReloadState(): void { |
| 213 | hotReloadSubscribed = false |
| 214 | lastPluginSettingsSnapshot = undefined |
| 215 | } |
| 216 | |
| 217 | /** |
| 218 | * Build a stable string snapshot of the settings that feed into |
nothing calls this directly
no outgoing calls
no test coverage detected