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

Function createWasmReconstruction

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

Source from the content-addressed store, hash-verified

600 * Create a new WasmReconstructionWrapper and initialize it
601 */
602export async function createWasmReconstruction(): Promise<WasmReconstructionWrapper | null> {
603 const wrapper = new WasmReconstructionWrapper();
604 const success = await wrapper.initialize();
605 return success ? wrapper : null;
606}
607
608/**
609 * Try to create WASM reconstruction, return null if unavailable

Callers 2

parseWithWasmFunction · 0.90

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected