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

Method readUint8

javascript/packages/core/lib/reader/index.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 readUint8() {
70 return this.dataView.getUint8(this.cursor++);
71 }
72
73 readInt8() {
74 return this.dataView.getInt8(this.cursor++);

Callers 7

readVarUInt32Method · 0.95
readVarUint36SlowMethod · 0.95
bigUInt8Method · 0.95
fromBytesAfterHeaderMethod · 0.45
readTypeIdMethod · 0.45
readNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected