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

Method readRefFlag

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

Source from the content-addressed store, hash-verified

251 }
252
253 readRefFlag() {
254 return this.reader.readInt8() as RefFlags;
255 }
256
257 reference(object: any) {
258 this.readObjects.push(object);

Callers 2

resolveRootSerializerFunction · 0.45
readRefFlagMethod · 0.45

Calls 1

readInt8Method · 0.45

Tested by

no test coverage detected