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

Function ensureTrailingSlash

src/hooks/urlLoaderPolicy.ts:134–136  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

132}
133
134function ensureTrailingSlash(path: string): string {
135 return path.endsWith('/') ? path : `${path}/`;
136}
137
138function getDirectoryRootUrl(baseUrl: string): URL | null {
139 try {

Callers 2

getDirectoryRootUrlFunction · 0.85
getRelativeUrlPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected