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

Function hasMasks

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

Source from the content-addressed store, hash-verified

54 return (state.loadedFiles?.imageFiles?.size ?? 0) > 0;
55 },
56 hasMasks(state) {
57 return state.loadedFiles?.hasMasks ?? false;
58 },
59};
60
61const remoteSourceAdapter: DatasetSourceAdapter = {

Callers

nothing calls this directly

Calls 1

isZipLoadingAvailableFunction · 0.90

Tested by

no test coverage detected