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

Method ReadRefId

csharp/src/Fory/RefResolver.cs:68–71  ·  view source on GitHub ↗
(ByteReader reader)

Source from the content-addressed store, hash-verified

66 }
67
68 public uint ReadRefId(ByteReader reader)
69 {
70 return reader.ReadVarUInt32();
71 }
72
73 public uint ReserveRefId()
74 {

Callers 5

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

Calls 1

ReadVarUInt32Method · 0.80

Tested by

no test coverage detected