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

Method readVarInt32

javascript/packages/core/lib/context.ts:1477–1479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1475 }
1476
1477 readVarInt32() {
1478 return this.reader.readVarInt32();
1479 }
1480
1481 readVarUInt64() {
1482 return this.reader.readVarUInt64();

Callers 4

readMethod · 0.45
io.test.tsFile · 0.45
typemeta.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

readMethod · 0.36