Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readInt8
Method
readInt8
javascript/packages/core/lib/context.ts:1441–1443 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1439
}
1440
1441
readInt8() {
1442
return
this.reader.readInt8();
1443
}
1444
1445
readUint16() {
1446
return
this.reader.readUint16();
Callers
2
readRefFlag
Method · 0.45
io.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected