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

Function publicAsset

src/utils/paths.ts:9–10  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

7 * @returns Full path with base URL prefix
8 */
9export const publicAsset = (path: string): string =>
10 `${import.meta.env.BASE_URL}${path.replace(/^\//, '')}`;

Callers 7

FooterBrandingFunction · 0.90
ScreenshotCaptureFunction · 0.90
useScreenshotLogoFunction · 0.90
DropZoneFunction · 0.90
DesktopDropZonePanelFunction · 0.90
TouchDropZonePanelFunction · 0.90
initializeArchiveFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected