Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readUint8
Method
readUint8
javascript/packages/core/lib/reader/index.ts:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
readUint8() {
70
return
this.dataView.getUint8(this.cursor++);
71
}
72
73
readInt8() {
74
return
this.dataView.getInt8(this.cursor++);
Callers
7
readVarUInt32
Method · 0.95
readVarUint36Slow
Method · 0.95
bigUInt8
Method · 0.95
readVarUInt64SlowNumber
Method · 0.95
fromBytesAfterHeader
Method · 0.45
readTypeId
Method · 0.45
readName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected