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

Method writeUint8

javascript/packages/core/lib/writer/index.ts:101–104  ·  view source on GitHub ↗
(v: number)

Source from the content-addressed store, hash-verified

99 }
100
101 writeUint8(v: number) {
102 this.dataView.setUint8(this.cursor, v);
103 this.cursor++;
104 }
105
106 writeInt8(v: number) {
107 this.dataView.setInt8(this.cursor, v);

Callers 4

makeHeadFunction · 0.95
toBytesMethod · 0.95
writeTypeIdMethod · 0.45
writeNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected