MCPcopy Index your code
hub / github.com/apache/iotdb-client-go / ReadField1

Method ReadField1

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

Source from the content-addressed store, hash-verified

3974}
3975
3976func (p *TFile) ReadField1(ctx context.Context, iprot thrift.TProtocol) error {
3977 if v, err := iprot.ReadString(ctx); err != nil {
3978 return thrift.PrependError("error reading field 1: ", err)
3979} else {
3980 p.FileName = v
3981}
3982 return nil
3983}
3984
3985func (p *TFile) ReadField2(ctx context.Context, iprot thrift.TProtocol) error {
3986 if v, err := iprot.ReadBinary(ctx); err != nil {

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected