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

File imageMetricsStore.ts

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

Source from the content-addressed store, hash-verified

1import { create } from 'zustand';
2import type { ImageId } from '../../types/colmap';
3
4export type ImageMetricStatus = 'idle' | 'pending' | 'computing' | 'ready' | 'error';

Callers

nothing calls this directly

Calls 4

setFunction · 0.85
setManyStatusesFunction · 0.85
deleteImageIdsFunction · 0.85
deleteMethod · 0.80

Tested by

no test coverage detected