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

Function tryCreateWasmReconstruction

src/wasm/reconstruction.ts:612–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

610 * (for optional WASM support with JS fallback)
611 */
612export async function tryCreateWasmReconstruction(): Promise<WasmReconstructionWrapper | null> {
613 try {
614 return await createWasmReconstruction();
615 } catch {
616 return null;
617 }
618}

Callers

nothing calls this directly

Calls 1

createWasmReconstructionFunction · 0.85

Tested by

no test coverage detected