Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ writeBool
Method
writeBool
javascript/packages/core/lib/context.ts:419–421 ·
view source on GitHub ↗
(value: boolean)
Source
from the content-addressed store, hash-verified
417
}
418
419
writeBool(value: boolean) {
420
this.writer.bool(value);
421
}
422
423
writeUint8(value: number) {
424
this.writer.writeUint8(value);
Callers
nothing calls this directly
Calls
1
bool
Method · 0.45
Tested by
no test coverage detected