MCPcopy Create free account
hub / github.com/apache/fory / readRef

Method readRef

javascript/packages/core/lib/gen/serializer.ts:47–47  ·  view source on GitHub ↗
(assignStmt: (v: string) => string)

Source from the content-addressed store, hash-verified

45 needToWriteRef(): boolean;
46
47 readRef(assignStmt: (v: string) => string): string;
48 readRefWithoutTypeInfo(assignStmt: (v: string) => string): string;
49 readNoRef(assignStmt: (v: string) => string, refState: string): string;
50 readWithDepth(assignStmt: (v: string) => string, refState: string): string;

Callers 15

deserializeMethod · 0.65
getRootDeserializerMethod · 0.65
readMethod · 0.65
toSerializerFunction · 0.65
readFieldMethod · 0.65
readMethod · 0.65
deserializeMethod · 0.65
readMethod · 0.65
readObjectOverrideMethod · 0.65
readPutFieldValueMethod · 0.65
readMethod · 0.65
readMethod · 0.65

Calls

no outgoing calls

Tested by 1

readMethod · 0.52