()
| 248 | * Reset migration state (for testing) |
| 249 | */ |
| 250 | export function resetMigrationState(): void { |
| 251 | migrationCompleted = false |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Read raw file data from installed_plugins.json |
nothing calls this directly
no outgoing calls
no test coverage detected