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

Method StoreRef

csharp/src/Fory/ReadContext.cs:407–415  ·  view source on GitHub ↗
(object? value)

Source from the content-addressed store, hash-verified

405 }
406
407 public void StoreRef(object? value)
408 {
409 if (_reservedRefIds.Count == 0)
410 {
411 return;
412 }
413
414 RefReader.StoreRefAt(_reservedRefIds[^1], value);
415 }
416
417 internal void SetReservedRefId(uint refId)
418 {

Callers 5

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

Calls 1

StoreRefAtMethod · 0.80

Tested by

no test coverage detected