Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ColmapView/Colmapview.github.io
/ getDatasetUrl
Function
getDatasetUrl
src/constants/exampleDatasets.ts:33–35 ·
view source on GitHub ↗
(scanId: string)
Source
from the content-addressed store, hash-verified
31
* Construct the full URL
for
a dataset scan.
32
*/
33
export
function
getDatasetUrl(scanId: string): string {
34
return
`${HUGGINGFACE_BASE_URL}/${scanId}/`;
35
}
36
37
/**
38
* Get a random dataset from the example list.
Callers
1
DropZone
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected