Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ create } from
'zustand'
;
2
import
type
{ ImageId } from
'../../types/colmap'
;
3
4
export
type
ImageMetricStatus =
'idle'
|
'pending'
|
'computing'
|
'ready'
|
'error'
;
Callers
nothing calls this directly
Calls
4
set
Function · 0.85
setManyStatuses
Function · 0.85
deleteImageIds
Function · 0.85
delete
Method · 0.80
Tested by
no test coverage detected