Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeVarInt64
Method
writeVarInt64
javascript/packages/core/lib/gen/builder.ts:228–230 ·
view source on GitHub ↗
(v: number | string)
Source
from the content-addressed store, hash-verified
226
}
227
228
writeVarInt64(v: number | string) {
229
return
`${this.holder}.writeVarInt64(${v})`;
230
}
231
232
stringWithHeader(str: string) {
233
return
`${this.holder}.stringWithHeader(${str})`;
Callers
3
number.ts
File · 0.45
write
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected