Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readUint64
Method
readUint64
javascript/packages/core/lib/gen/builder.ts:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
readUint64() {
132
return
`${this.holder}.readUint64()`;
133
}
134
135
readSkip(v: number) {
136
return
`${this.holder}.readSkip(${v})`;
Callers
3
number.ts
File · 0.45
directNumericFieldReadExpr
Function · 0.45
compatibleScalarRemoteReadExpr
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected