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

Method readInt32

src/parsers/BinaryReader.ts:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 readInt32(): number {
38 const val = this.view.getInt32(this.offset, true);
39 this.offset += 4;
40 return val;
41 }
42
43 readUint64(): bigint {
44 const val = this.view.getBigUint64(this.offset, true);

Callers 4

parseCamerasBinaryFunction · 0.95
parseRigsBinaryFunction · 0.95
parseFramesBinaryFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected