()
| 51 | let migrationChecked = false; |
| 52 | |
| 53 | export function getRegistryPath(): string { |
| 54 | ensureRegistryReady(); |
| 55 | return REGISTRY_DIR; |
| 56 | } |
| 57 | |
| 58 | // --------------------------------------------------------------------------- |
| 59 | // Helpers |
nothing calls this directly
no test coverage detected