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

Method ReadField2

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

Source from the content-addressed store, hash-verified

1924}
1925
1926func (p *TConfigNodeLocation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
1927 p.InternalEndPoint = &TEndPoint{}
1928 if err := p.InternalEndPoint.Read(ctx, iprot); err != nil {
1929 return thrift.PrependError(fmt.Sprintf("%T error reading struct: ", p.InternalEndPoint), err)
1930 }
1931 return nil
1932}
1933
1934func (p *TConfigNodeLocation) ReadField3(ctx context.Context, iprot thrift.TProtocol) error {
1935 p.ConsensusEndPoint = &TEndPoint{}

Callers 1

ReadMethod · 0.95

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected