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

Method ReadData

go/fory/enum_test.go:44–46  ·  view source on GitHub ↗
(ctx *ReadContext, value reflect.Value)

Source from the content-addressed store, hash-verified

42}
43
44func (s *idLimitExtSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
45 value.Set(reflect.ValueOf(idLimitExt{ID: ctx.Buffer().ReadVarint32(ctx.Err())}))
46}
47
48type idLimitUnion struct {
49 caseID uint32

Callers

nothing calls this directly

Calls 4

SetMethod · 0.45
ReadVarint32Method · 0.45
BufferMethod · 0.45
ErrMethod · 0.45

Tested by

no test coverage detected