MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / ReadField2

Method ReadField2

common/common.go:950–957  ·  view source on GitHub ↗
(ctx context.Context, iprot thrift.TProtocol)

Source from the content-addressed store, hash-verified

948}
949
950func (p *TSStatus) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
951 if v, err := iprot.ReadString(ctx); err != nil {
952 return thrift.PrependError("error reading field 2: ", err)
953} else {
954 p.Message = &v
955}
956 return nil
957}
958
959func (p *TSStatus) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
960 _, size, err := iprot.ReadListBegin(ctx)

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected