MCPcopy Create free account
hub / github.com/apache/fory / bigUInt8

Method bigUInt8

javascript/packages/core/lib/reader/index.ts:470–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

468 }
469
470 bigUInt8() {
471 return BigInt(this.readUint8() >>> 0);
472 }
473
474 private finishVarUInt64(rl28: number, rh28: number): number | bigint {
475 if (rh28 <= 0x1ffffff) {

Callers

nothing calls this directly

Calls 1

readUint8Method · 0.95

Tested by

no test coverage detected