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

Method writeInt32

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

Source from the content-addressed store, hash-verified

274 }
275
276 writeInt32(v: number | string) {
277 return `${this.holder}.writeInt32(${v})`;
278 }
279
280 writeGetCursor() {
281 return `${this.holder}.writeGetCursor()`;

Callers 4

number.tsFile · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected