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

Method ReadField1

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

Source from the content-addressed store, hash-verified

1915}
1916
1917func (p *TConfigNodeLocation) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
1918 if v, err := iprot.ReadI32(ctx); err != nil {
1919 return thrift.PrependError("error reading field 1: ", err)
1920} else {
1921 p.ConfigNodeId = v
1922}
1923 return nil
1924}
1925
1926func (p *TConfigNodeLocation) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
1927 p.InternalEndPoint = &TEndPoint{}

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected