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

Method readVarUInt32

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

Source from the content-addressed store, hash-verified

1467 }
1468
1469 readVarUInt32() {
1470 return this.reader.readVarUInt32();
1471 }
1472
1473 readVarUint32Small7() {
1474 return this.reader.readVarUint32Small7();

Callers 9

readMethod · 0.45
readMethod · 0.45
readTypeNameMethod · 0.45
readNamespaceMethod · 0.45
readTypeMetaMethod · 0.45
readNamedTypeMetaMethod · 0.45
io.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected