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

Method ReadField4

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

Source from the content-addressed store, hash-verified

977}
978
979func (p *TSStatus) ReadField4(ctx context.Context, iprot thrift.TProtocol) error {
980 p.RedirectNode = &TEndPoint{}
981 if err := p.RedirectNode.Read(ctx, iprot); err != nil {
982 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.RedirectNode), err)
983 }
984 return nil
985}
986
987func (p *TSStatus) ReadField5(ctx context.Context, iprot thrift.TProtocol) error {
988 if v, err := iprot.ReadBool(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected