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

Method ReadRefFlag

csharp/src/Fory/RefResolver.cs:63–66  ·  view source on GitHub ↗
(ByteReader reader)

Source from the content-addressed store, hash-verified

61 private readonly List<object?> _refs = [];
62
63 public RefFlag ReadRefFlag(ByteReader reader)
64 {
65 return (RefFlag)reader.ReadInt8();
66 }
67
68 public uint ReadRefId(ByteReader reader)
69 {

Callers 7

ReadInlineTypedValueMethod · 0.45
ReadResolvedValueMethod · 0.45
TryReadScalarValueMethod · 0.45
ReadMethod · 0.45
ReadMethod · 0.45
ReadPayloadMethod · 0.45

Calls 1

ReadInt8Method · 0.45

Tested by

no test coverage detected