MCPcopy 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 */
40export function getRandomDataset(): ExampleDataset {
41 return EXAMPLE_DATASETS[Math.floor(Math.random() * EXAMPLE_DATASETS.length)];
42}

Callers 1

DropZoneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected