Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadInlineTypedValue
Method · 0.45
ReadResolvedValue
Method · 0.45
TryReadScalarValue
Method · 0.45
TryReadIntegralToInt64Field
Method · 0.45
Read
Method · 0.45
Read
Method · 0.45
ReadPayload
Method · 0.45
Calls
1
ReadInt8
Method · 0.45
Tested by
no test coverage detected