()
| 155 | func (*DataItem) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } |
| 156 | |
| 157 | func (m *DataItem) GetType() DataType { |
| 158 | if m != nil { |
| 159 | return m.Type |
| 160 | } |
| 161 | return DataType_BYTES |
| 162 | } |
| 163 | |
| 164 | func (m *DataItem) GetBytes() []byte { |
| 165 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected