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

Method writeUint8

javascript/packages/core/lib/context.ts:423–425  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

421 }
422
423 writeUint8(value: number) {
424 this.writer.writeUint8(value);
425 }
426
427 writeInt8(value: number) {
428 this.writer.writeInt8(value);

Callers 5

writeBytesMethod · 0.45
getRootSerializerMethod · 0.45
reader.test.tsFile · 0.45
writer.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected