MCPcopy 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
69export function isArchiveSplatPath(path: string): boolean {
70 return isSplatFilePath(path);
71}
72
73export interface ArchivePlyCandidate {
74 path: string;

Calls 1

isSplatFilePathFunction · 0.90

Tested by

no test coverage detected