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

Method readUint32

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

Source from the content-addressed store, hash-verified

145 }
146
147 readUint32() {
148 return `${this.holder}.readUint32()`;
149 }
150
151 readInt32() {
152 return `${this.holder}.readInt32()`;

Callers 5

readMethod · 0.45
number.tsFile · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected