MCPcopy 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

ReadInlineTypedValueMethod · 0.80
ReadResolvedValueMethod · 0.80
ReadMethod · 0.80
ReadMethod · 0.80
ReadPayloadMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected