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

Function slashPath

src/config/viteLocalAliasPolicy.test.ts:41–43  ·  view source on GitHub ↗
(targetPath: string)

Source from the content-addressed store, hash-verified

39}
40
41function slashPath(targetPath: string): string {
42 return targetPath.replaceAll('\\', '/');
43}
44
45describe('Vite local alias policy', () => {
46 it('does not enable sibling gsplat aliases for release builds by default', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected