Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readVarUInt32
Method
readVarUInt32
javascript/packages/core/lib/context.ts:1469–1471 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1467
}
1468
1469
readVarUInt32() {
1470
return
this.reader.readVarUInt32();
1471
}
1472
1473
readVarUint32Small7() {
1474
return
this.reader.readVarUint32Small7();
Callers
9
read
Method · 0.45
read
Method · 0.45
readTypeName
Method · 0.45
readNamespace
Method · 0.45
readTypeMeta
Method · 0.45
readNamedTypeMeta
Method · 0.45
readCompatibleStructSerializer
Method · 0.45
crossLanguage.test.ts
File · 0.45
io.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected