MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / readInt64

Method readInt64

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

Source from the content-addressed store, hash-verified

51 }
52
53 readInt64(): bigint {
54 const val = this.view.getBigInt64(this.offset, true);
55 this.offset += 8;
56 return val;
57 }
58
59 readFloat64(): number {
60 const val = this.view.getFloat64(this.offset, true);

Callers 1

parseImagesBinaryFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected