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

Method writeRef

javascript/packages/core/lib/context.ts:374–376  ·  view source on GitHub ↗
(object: any)

Source from the content-addressed store, hash-verified

372 }
373
374 writeRef(object: any) {
375 this.refWriter.writeRef(object);
376 }
377
378 getWrittenRefId(object: any) {
379 return this.refWriter.getWrittenRefId(object);

Callers

nothing calls this directly

Calls 1

writeRefMethod · 0.65

Tested by

no test coverage detected