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

Method writeUint8

javascript/packages/core/lib/gen/builder.ts:196–198  ·  view source on GitHub ↗
(v: number | string)

Source from the content-addressed store, hash-verified

194 }
195
196 writeUint8(v: number | string) {
197 return `${this.holder}.writeUint8(${v})`;
198 }
199
200 writeInt16(v: number | string) {
201 return `${this.holder}.writeInt16(${v})`;

Callers 12

writeElementsHeaderMethod · 0.45
writeElementsHeaderFunction · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeHeadMethod · 0.45
writeSpecificTypeMethod · 0.45
writeTypeInfoMethod · 0.45
number.tsFile · 0.45
writeTypeInfoFunction · 0.45
writeTypeInfoMethod · 0.45
writeTypeInfoMethod · 0.45
writeTypeInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected