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

Function getMetricImage

src/dataset/datasetSourceAdapters.ts:38–40  ·  view source on GitHub ↗
(state, imageName)

Source from the content-addressed store, hash-verified

36 return getImageFile(state.loadedFiles?.imageFiles, imageName) ?? null;
37 },
38 async getMetricImage(state, imageName) {
39 return getImageFile(state.loadedFiles?.imageFiles, imageName) ?? null;
40 },
41 getImageSync(state, imageName) {
42 return getImageFile(state.loadedFiles?.imageFiles, imageName);
43 },

Callers

nothing calls this directly

Calls 4

getImageFileFunction · 0.90
fetchUrlImageRawFunction · 0.90
isZipLoadingAvailableFunction · 0.90
fetchZipImageRawFunction · 0.90

Tested by

no test coverage detected