Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeVarInt32
Method
writeVarInt32
javascript/packages/core/lib/gen/builder.ts:204–206 ·
view source on GitHub ↗
(v: number | string)
Source
from the content-addressed store, hash-verified
202
}
203
204
writeVarInt32(v: number | string) {
205
return
`${this.holder}.writeVarInt32(${v})`;
206
}
207
208
writeVarUint32Small7(v: number | string) {
209
return
`${this.holder}.writeVarUint32Small7(${v})`;
Callers
2
number.ts
File · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected