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

Method getWrittenRefId

javascript/packages/core/lib/context.ts:233–235  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

231 }
232
233 getWrittenRefId(obj: any) {
234 return this.writeObjects.get(obj);
235 }
236}
237
238export class RefReader {

Callers 2

getWrittenRefIdMethod · 0.45
writeRefOrNullMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected