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

Method writeInt8

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

Source from the content-addressed store, hash-verified

425 }
426
427 writeInt8(value: number) {
428 this.writer.writeInt8(value);
429 }
430
431 writeUint16(value: number) {
432 this.writer.writeUint16(value);

Callers 1

writeRefOrNullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected