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

Method ClearReservedRefId

csharp/src/Fory/ReadContext.cs:422–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

420 }
421
422 internal void ClearReservedRefId()
423 {
424 if (_reservedRefIds.Count > 0)
425 {
426 _reservedRefIds.RemoveAt(_reservedRefIds.Count - 1);
427 }
428 }
429
430 internal void IncreaseReadDepth()
431 {

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected