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

Method ReadData

csharp/tests/Fory.XlangPeer/Program.cs:1230–1233  ·  view source on GitHub ↗
(ReadContext context)

Source from the content-addressed store, hash-verified

1228 }
1229
1230 public override MyExt ReadData(ReadContext context)
1231 {
1232 return new MyExt { Id = context.Reader.ReadVarInt32() };
1233 }
1234}
1235
1236[ForyStruct]

Callers

nothing calls this directly

Calls 1

ReadVarInt32Method · 0.80

Tested by

no test coverage detected