Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
export
function
initStoreMigration(): boolean {
235
const
migratedLegacyStore = migrateFromLegacyStore();
236
showNewVersionNotification();
237
return
migratedLegacyStore;
238
}
Callers
1
App.tsx
File · 0.90
Calls
2
migrateFromLegacyStore
Function · 0.85
showNewVersionNotification
Function · 0.85
Tested by
no test coverage detected