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

Function hasImages

src/dataset/datasetSourceAdapters.ts:53–55  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

51 // Local files don't need prefetching.
52 },
53 hasImages(state) {
54 return (state.loadedFiles?.imageFiles?.size ?? 0) > 0;
55 },
56 hasMasks(state) {
57 return state.loadedFiles?.hasMasks ?? false;
58 },

Callers

nothing calls this directly

Calls 1

isZipLoadingAvailableFunction · 0.90

Tested by

no test coverage detected