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

Method readUint8

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

Source from the content-addressed store, hash-verified

1435 }
1436
1437 readUint8() {
1438 return this.reader.readUint8();
1439 }
1440
1441 readInt8() {
1442 return this.reader.readInt8();

Callers 7

resolveRootSerializerFunction · 0.45
readTypeNameMethod · 0.45
readNamespaceMethod · 0.45
readBoolMethod · 0.45
deserializeMethod · 0.45
getRootDeserializerMethod · 0.45
typemeta.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected