Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColmapView/Colmapview.github.io
/ isArchiveSplatPath
Function
isArchiveSplatPath
src/utils/zipLoaderPolicy.ts:69–71 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
67
}
68
69
export
function
isArchiveSplatPath(path: string): boolean {
70
return
isSplatFilePath(path);
71
}
72
73
export
interface
ArchivePlyCandidate {
74
path: string;
Callers
4
processZipArchive
Function · 0.90
zipLoaderPolicy.test.ts
File · 0.90
findPreferredArchiveSplatCandidate
Function · 0.85
sortArchiveSplatCandidatesByPreference
Function · 0.85
Calls
1
isSplatFilePath
Function · 0.90
Tested by
no test coverage detected