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

Function resetMigrationState

src/utils/plugins/installedPluginsManager.ts:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 * Reset migration state (for testing)
249 */
250export function resetMigrationState(): void {
251 migrationCompleted = false
252}
253
254/**
255 * Read raw file data from installed_plugins.json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected