Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readVarUInt64
Method
readVarUInt64
javascript/packages/core/lib/gen/builder.ts:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
readVarUInt64() {
68
return
`${this.holder}.readVarUInt64()`;
69
}
70
71
readInt8() {
72
return
`${this.holder}.readInt8()`;
Callers
4
number.ts
File · 0.45
read
Method · 0.45
directNumericFieldReadExpr
Function · 0.45
compatibleScalarRemoteReadExpr
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected