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

Method readVarUInt64

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

Source from the content-addressed store, hash-verified

556 }
557
558 readVarUInt64() {
559 const value = this.readVarUInt64Value();
560 return typeof value === "bigint" ? value : BigInt(value);
561 }
562
563 readVarInt64() {
564 const v = this.readVarUInt64Value();

Callers 1

readDecimalFunction · 0.45

Calls 1

readVarUInt64ValueMethod · 0.95

Tested by

no test coverage detected