Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadRefId
Method
ReadRefId
csharp/src/Fory/RefResolver.cs:68–71 ·
view source on GitHub ↗
(ByteReader reader)
Source
from the content-addressed store, hash-verified
66
}
67
68
public uint ReadRefId(ByteReader reader)
69
{
70
return reader.ReadVarUInt32();
71
}
72
73
public uint ReserveRefId()
74
{
Callers
5
ReadInlineTypedValue
Method · 0.80
ReadResolvedValue
Method · 0.80
Read
Method · 0.80
Read
Method · 0.80
ReadPayload
Method · 0.80
Calls
1
ReadVarUInt32
Method · 0.80
Tested by
no test coverage detected