Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readVarInt32
Method
readVarInt32
javascript/packages/core/lib/gen/builder.ts:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
readVarInt32() {
48
return
`${this.holder}.readVarInt32()`;
49
}
50
51
readTaggedInt64() {
52
return
`${this.holder}.readTaggedInt64()`;
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