MCPcopy 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);

Calls

no outgoing calls

Tested by 1

expectIdentityFunction · 0.36