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

Method writeInt64

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

Source from the content-addressed store, hash-verified

262 }
263
264 writeInt64(v: number | string) {
265 return `${this.holder}.writeInt64(${v})`;
266 }
267
268 writeSliInt64(v: number | string) {
269 return `${this.holder}.writeSliInt64(${v})`;

Callers 2

number.tsFile · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected