MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / reconstructionStore.ts

File reconstructionStore.ts

src/store/reconstructionStore.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from 'zustand';
2import type { Reconstruction, LoadedFiles } from '../types/colmap';
3import type { WasmReconstructionWrapper } from '../wasm/reconstruction';
4import type { UrlLoadProgress, UrlLoadError, ColmapManifest } from '../types/manifest';

Callers

nothing calls this directly

Calls 15

loadedFilesHaveSplatDataFunction · 0.90
clearActiveSplatFileFunction · 0.90
findSplatSourceByIdFunction · 0.90
applyActiveSplatFileFunction · 0.90
getSplatDownloadProgressFunction · 0.90
fetchRemoteSplatFileFunction · 0.90
hasUrlToLoadFunction · 0.85
setFunction · 0.85

Tested by

no test coverage detected