Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColmapView/Colmapview.github.io
/ DatasetManager.test.ts
File
DatasetManager.test.ts
src/dataset/DatasetManager.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach } from
'vitest'
;
2
import
{ DatasetManager } from
'./DatasetManager'
;
3
import
type
{ DatasetState } from
'./types'
;
4
Callers
nothing calls this directly
Calls
9
isLoaded
Method · 0.80
getMetricImage
Method · 0.80
getMask
Method · 0.80
getMaskSync
Method · 0.80
getImage
Method · 0.65
getImageSync
Method · 0.65
hasImages
Method · 0.65
getSourceType
Method · 0.45
hasMasks
Method · 0.45
Tested by
no test coverage detected