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

Method getWrittenRefId

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

Source from the content-addressed store, hash-verified

376 }
377
378 getWrittenRefId(object: any) {
379 return this.refWriter.getWrittenRefId(object);
380 }
381
382 writeRefOrNull(object: any) {
383 if (object === null || object === undefined) {

Callers

nothing calls this directly

Calls 1

getWrittenRefIdMethod · 0.45

Tested by

no test coverage detected