Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeUint8
Method
writeUint8
javascript/packages/core/lib/context.ts:423–425 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
421
}
422
423
writeUint8(value: number) {
424
this.writer.writeUint8(value);
425
}
426
427
writeInt8(value: number) {
428
this.writer.writeInt8(value);
Callers
5
writeBytes
Method · 0.45
getRootSerializer
Method · 0.45
reader.test.ts
File · 0.45
crossLanguage.test.ts
File · 0.45
writer.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected