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

Function isArchivePlyPath

src/utils/zipLoaderPolicy.ts:65–67  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

63}
64
65export function isArchivePlyPath(path: string): boolean {
66 return path.toLowerCase().endsWith('.ply');
67}
68
69export function isArchiveSplatPath(path: string): boolean {
70 return isSplatFilePath(path);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected