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

Function rehydrateLegacyMigratedStores

src/App.tsx:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30} from './appStartupPolicy';
31
32function rehydrateLegacyMigratedStores(): void {
33 void usePointCloudStore.persist.rehydrate();
34 void useCameraStore.persist.rehydrate();
35 void useUIStore.persist.rehydrate();
36 void useExportStore.persist.rehydrate();
37 void useRigStore.persist.rehydrate();
38}
39
40// Run store migration on app startup (migrates from old monolithic store to domain stores)
41if (initStoreMigration()) {

Callers 1

App.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected