Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readUint8
Method
readUint8
javascript/packages/core/lib/context.ts:1437–1439 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1435
}
1436
1437
readUint8() {
1438
return
this.reader.readUint8();
1439
}
1440
1441
readInt8() {
1442
return
this.reader.readInt8();
Callers
7
resolveRootSerializer
Function · 0.45
readTypeName
Method · 0.45
readNamespace
Method · 0.45
readBool
Method · 0.45
deserialize
Method · 0.45
getRootDeserializer
Method · 0.45
typemeta.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected