Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
9
export
const
publicAsset = (path: string): string =>
10
`${
import
.meta.env.BASE_URL}${path.replace(/^\
//, '')}`;
Callers
7
FooterBranding
Function · 0.90
ScreenshotCapture
Function · 0.90
useScreenshotLogo
Function · 0.90
DropZone
Function · 0.90
DesktopDropZonePanel
Function · 0.90
TouchDropZonePanel
Function · 0.90
initializeArchive
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected