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

Function writeNoRef

javascript/packages/core/lib/gen/serializer.ts:125–130  ·  view source on GitHub ↗
(accessor: string)

Source from the content-addressed store, hash-verified

123 }
124
125 writeNoRef(accessor: string) {
126 return `
127 ${this.writeTypeInfo(accessor)};
128 ${this.write(accessor)};
129 `;
130 }
131
132 writeRefOrNull(accessor: string, assignStmt: (expr: string) => string) {
133 let refFlagStmt = "";

Callers

nothing calls this directly

Calls 2

writeTypeInfoMethod · 0.65
writeMethod · 0.65

Tested by

no test coverage detected