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

Method writeVarUInt32

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

Source from the content-addressed store, hash-verified

453 }
454
455 writeVarUInt32(value: number) {
456 this.writer.writeVarUInt32(value);
457 }
458
459 writeVarUint32Small7(value: number) {
460 this.writer.writeVarUint32Small7(value);

Callers 8

writeMethod · 0.45
writeMethod · 0.45
writeBytesMethod · 0.45
writeRefOrNullMethod · 0.45
writeTypeMetaMethod · 0.45
io.test.tsFile · 0.45
typemeta.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected