MCPcopy Create free account
hub / github.com/chain/txvm / GetType

Method GetType

protocol/bc/bc.pb.go:157–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155func (*DataItem) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
156
157func (m *DataItem) GetType() DataType {
158 if m != nil {
159 return m.Type
160 }
161 return DataType_BYTES
162}
163
164func (m *DataItem) GetBytes() []byte {
165 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected