Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
function
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.ts
File · 0.70
Calls
1
copyBytesToArrayBuffer
Function · 0.90
Tested by
no test coverage detected