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

Method writeVarUInt32

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

Source from the content-addressed store, hash-verified

210 }
211
212 writeVarUInt32(v: number | string) {
213 return `${this.holder}.writeVarUInt32(${v})`;
214 }
215
216 writeVarUInt64(v: number | string) {
217 return `${this.holder}.writeVarUInt64(${v})`;

Callers 13

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

Calls

no outgoing calls

Tested by

no test coverage detected