Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeVarUInt64
Method
writeVarUInt64
javascript/packages/core/lib/gen/builder.ts:216–218 ·
view source on GitHub ↗
(v: number | string)
Source
from the content-addressed store, hash-verified
214
}
215
216
writeVarUInt64(v: number | string) {
217
return
`${this.holder}.writeVarUInt64(${v})`;
218
}
219
220
writeTaggedInt64(v: number | string) {
221
return
`${this.holder}.writeTaggedInt64(${v})`;
Callers
2
number.ts
File · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected