()
| 2333 | } |
| 2334 | |
| 2335 | func (x *DataWriteRequest) GetMetadata() *DataWriteRequestMetadata { |
| 2336 | if x != nil { |
| 2337 | return x.Metadata |
| 2338 | } |
| 2339 | return nil |
| 2340 | } |
| 2341 | |
| 2342 | func (x *DataWriteRequest) GetTuples() []*Tuple { |
| 2343 | if x != nil { |
no outgoing calls
no test coverage detected