Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readVarInt32
Method
readVarInt32
javascript/packages/core/lib/context.ts:1477–1479 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1475
}
1476
1477
readVarInt32() {
1478
return
this.reader.readVarInt32();
1479
}
1480
1481
readVarUInt64() {
1482
return
this.reader.readVarUInt64();
Callers
4
read
Method · 0.45
crossLanguage.test.ts
File · 0.45
io.test.ts
File · 0.45
typemeta.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
read
Method · 0.36