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

Method readRefFlag

javascript/packages/core/lib/context.ts:590–592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

588 }
589
590 readRefFlag() {
591 return this.refReader.readRefFlag();
592 }
593
594 getReadRef(refId: number) {
595 return this.refReader.getReadRef(refId);

Callers

nothing calls this directly

Calls 1

readRefFlagMethod · 0.45

Tested by

no test coverage detected