Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.45
crossLanguage.test.ts
File · 0.45
io.test.ts
File · 0.45
typemeta.test.ts
File · 0.45
serializeList
Method · 0.45
Calls
no outgoing calls
Tested by
1
write
Method · 0.36