Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readVarInt64
Method
readVarInt64
javascript/packages/core/lib/gen/builder.ts:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
readVarInt64() {
60
return
`${this.holder}.readVarInt64()`;
61
}
62
63
readVarUInt32() {
64
return
`${this.holder}.readVarUInt32()`;
Callers
5
number.ts
File · 0.45
directNumericFieldReadExpr
Function · 0.45
compatibleScalarRemoteReadExpr
Function · 0.45
read
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected