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

Method readVarInt32

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

Source from the content-addressed store, hash-verified

45 }
46
47 readVarInt32() {
48 return `${this.holder}.readVarInt32()`;
49 }
50
51 readTaggedInt64() {
52 return `${this.holder}.readTaggedInt64()`;

Callers 4

number.tsFile · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected