Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read
Method
read
javascript/packages/core/lib/gen/bool.ts:39–41 ·
view source on GitHub ↗
(accessor: (expr: string) => string)
Source
from the content-addressed store, hash-verified
37
}
38
39
read(accessor: (expr: string) => string): string {
40
return
accessor(`${this.builder.reader.readUint8()} === 1`);
41
}
42
43
getFixedSize(): number {
44
return
4;
Callers
nothing calls this directly
Calls
1
readUint8
Method · 0.45
Tested by
no test coverage detected