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

Method writeVarInt32

javascript/packages/core/lib/context.ts:463–465  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

461 }
462
463 writeVarInt32(value: number) {
464 this.writer.writeVarInt32(value);
465 }
466
467 writeVarUInt64(value: bigint | number) {
468 this.writer.writeVarUInt64(value);

Callers 5

writeMethod · 0.45
io.test.tsFile · 0.45
typemeta.test.tsFile · 0.45
serializeListMethod · 0.45

Calls

no outgoing calls

Tested by 1

writeMethod · 0.36