MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / initStoreMigration

Function initStoreMigration

src/store/migration.ts:234–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232}
233
234export function initStoreMigration(): boolean {
235 const migratedLegacyStore = migrateFromLegacyStore();
236 showNewVersionNotification();
237 return migratedLegacyStore;
238}

Callers 1

App.tsxFile · 0.90

Calls 2

migrateFromLegacyStoreFunction · 0.85

Tested by

no test coverage detected