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

Method ReadData

csharp/tests/Fory.Tests/ForyRuntimeTests.cs:103–106  ·  view source on GitHub ↗
(ReadContext context)

Source from the content-addressed store, hash-verified

101 }
102
103 public override LateTypeMetaExt ReadData(ReadContext context)
104 {
105 return new LateTypeMetaExt { Value = context.Reader.ReadVarInt32() };
106 }
107}
108
109[ForyStruct]

Callers

nothing calls this directly

Calls 1

ReadVarInt32Method · 0.80

Tested by

no test coverage detected