Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ SetReservedRefId
Method
SetReservedRefId
csharp/src/Fory/ReadContext.cs:417–420 ·
view source on GitHub ↗
(uint refId)
Source
from the content-addressed store, hash-verified
415
}
416
417
internal void SetReservedRefId(uint refId)
418
{
419
_reservedRefIds.Add(refId);
420
}
421
422
internal void ClearReservedRefId()
423
{
Callers
5
ReadInlineTypedValue
Method · 0.80
ReadResolvedValue
Method · 0.80
Read
Method · 0.80
Read
Method · 0.80
ReadPayload
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected