MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetHotReloadState

Function resetHotReloadState

src/utils/plugins/loadPluginHooks.ts:212–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected