MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / normalizeSplatSourcePath

Function normalizeSplatSourcePath

src/utils/fileClassification.ts:95–97  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

93}
94
95function normalizeSplatSourcePath(path: string): string {
96 return path.replace(/\\/g, '/').replace(/^\/+/, '');
97}
98
99function getLocalSplatCandidates(files: Map<string, File>): LocalSplatCandidate[] {
100 const seen = new Set<File>();

Callers 1

getLocalSplatCandidatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected