Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ColmapView/Colmapview.github.io
/ length
Method
length
src/parsers/BinaryReader.ts:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
get length(): number {
22
return
this.view.byteLength;
23
}
24
25
readUint8(): number {
26
const
val = this.view.getUint8(this.offset);
Callers
8
getNormalArrowData
Function · 0.45
transformGizmoDragPolicy.test.ts
File · 0.45
trackballControlsViewModel.test.ts
File · 0.45
trackballCameraViewPolicy.test.ts
File · 0.45
useTrackballFrameLoop
Function · 0.45
getGizmoDragTransform
Function · 0.45
expectIdentity
Function · 0.45
sim3dAlignment.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
expectIdentity
Function · 0.36