MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / getDirectoryListingRootUrl

Function getDirectoryListingRootUrl

src/hooks/urlLoaderPolicy.ts:187–189  ·  view source on GitHub ↗
(baseUrl: string)

Source from the content-addressed store, hash-verified

185}
186
187export function getDirectoryListingRootUrl(baseUrl: string): string | null {
188 return getDirectoryRootUrl(baseUrl)?.toString() ?? null;
189}
190
191export function getDirectoryListingLinks(
192 listingUrl: string,

Calls 1

getDirectoryRootUrlFunction · 0.85

Tested by

no test coverage detected