MCPcopy 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

readFunction · 0.70

Tested by

no test coverage detected