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

Function isSplatFilePath

src/utils/splatFilePolicy.ts:20–22  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

18}
19
20export function isSplatFilePath(path: string): boolean {
21 return getSplatFileExtension(path) !== null;
22}
23
24function getSplatCandidateRank(candidate: SplatCandidate): number {
25 const extension = getSplatFileExtension(candidate.path);

Callers 9

isArchiveSplatPathFunction · 0.90
isArchiveFileFunction · 0.90
getLocalSplatCandidatesFunction · 0.90
fetchManifestColmapFilesFunction · 0.90
getDirectoryListingLinksFunction · 0.90
getHuggingFaceSplatPathsFunction · 0.90
isSplatUrlFunction · 0.90

Calls 1

getSplatFileExtensionFunction · 0.85

Tested by

no test coverage detected