Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeUint8
Method
writeUint8
javascript/packages/core/lib/writer/index.ts:101–104 ·
view source on GitHub ↗
(v: number)
Source
from the content-addressed store, hash-verified
99
}
100
101
writeUint8(v: number) {
102
this.dataView.setUint8(this.cursor, v);
103
this.cursor++;
104
}
105
106
writeInt8(v: number) {
107
this.dataView.setInt8(this.cursor, v);
Callers
4
makeHead
Function · 0.95
toBytes
Method · 0.95
writeTypeId
Method · 0.45
writeName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected