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

Method readVarUInt64

javascript/packages/core/lib/gen/builder.ts:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 readVarUInt64() {
68 return `${this.holder}.readVarUInt64()`;
69 }
70
71 readInt8() {
72 return `${this.holder}.readInt8()`;

Callers 4

number.tsFile · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected