MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / reconstructionStore.test.ts

File reconstructionStore.test.ts

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

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
2import type { LoadedFiles } from '../types/colmap';
3import { useReconstructionStore } from './reconstructionStore';
4import { usePointCloudStore } from './stores/pointCloudStore';

Callers

nothing calls this directly

Calls 7

isSplatColorModeFunction · 0.90
baseLoadedFilesFunction · 0.85
stubDeferredFetchFunction · 0.85
threeLazySourcesFunction · 0.85
getMethod · 0.80
clearMethod · 0.65
resolveMethod · 0.65

Tested by

no test coverage detected