Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ColmapView/Colmapview.github.io
/ getRandomDataset
Function
getRandomDataset
src/constants/exampleDatasets.ts:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
* Get a random dataset from the example list.
39
*/
40
export
function
getRandomDataset(): ExampleDataset {
41
return
EXAMPLE_DATASETS[Math.floor(Math.random() * EXAMPLE_DATASETS.length)];
42
}
Callers
1
DropZone
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected