MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / sortRemoteSplatCandidates

Function sortRemoteSplatCandidates

src/hooks/urlLoaderPolicy.ts:433–437  ·  view source on GitHub ↗
(
  candidates: readonly RemoteSplatCandidate[]
)

Source from the content-addressed store, hash-verified

431}
432
433export function sortRemoteSplatCandidates(
434 candidates: readonly RemoteSplatCandidate[]
435): RemoteSplatCandidate[] {
436 return sortSplatCandidatesByPreference(candidates);
437}
438
439export function getManifestColmapFileEntries(manifest: ColmapManifest): ManifestColmapFileEntries {
440 const { files } = manifest;

Callers 2

getHuggingFaceSplatPathsFunction · 0.85

Calls 1

Tested by

no test coverage detected