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

Method writeInt8

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

Source from the content-addressed store, hash-verified

186 }
187
188 writeInt8(v: number | string) {
189 return `${this.holder}.writeInt8(${v})`;
190 }
191
192 writeInt24(v: number | string) {
193 return `${this.holder}.writeInt24(${v})`;

Callers 10

writeMethod · 0.45
writeSpecificTypeFunction · 0.45
writeFlagMethod · 0.45
writeSpecificTypeMethod · 0.45
writeCaseValueMethod · 0.45
writeDynamicCaseValueMethod · 0.45
writeMethod · 0.45
number.tsFile · 0.45
writeRefOrNullFunction · 0.45
writeFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected