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

Function toAB

src/parsers/integrity.test.ts:63–65  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

61}
62
63function toAB(path: string): ArrayBuffer {
64 return copyBytesToArrayBuffer(readFileSync(path));
65}
66
67/**
68 * The core integrity check pycolmap implicitly performs: for every points3D

Callers 1

integrity.test.tsFile · 0.70

Calls 1

copyBytesToArrayBufferFunction · 0.90

Tested by

no test coverage detected