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

Method ReserveRefId

csharp/src/Fory/RefResolver.cs:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public uint ReserveRefId()
41 {
42 uint id = _nextRefId;
43 _nextRefId += 1;
44 return id;
45 }
46
47 public void Reset()
48 {

Callers 5

ReadInlineTypedValueMethod · 0.45
ReadResolvedValueMethod · 0.45
ReadMethod · 0.45
ReadMethod · 0.45
ReadPayloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected