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

Method readVarInt64

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

Source from the content-addressed store, hash-verified

57 }
58
59 readVarInt64() {
60 return `${this.holder}.readVarInt64()`;
61 }
62
63 readVarUInt32() {
64 return `${this.holder}.readVarUInt32()`;

Callers 5

number.tsFile · 0.45
readMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected