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