()
| 802 | } |
| 803 | |
| 804 | func (m *Result) GetList() bool { |
| 805 | if m != nil { |
| 806 | return m.List |
| 807 | } |
| 808 | return false |
| 809 | } |
| 810 | |
| 811 | type Order struct { |
| 812 | Attr string `protobuf:"bytes,1,opt,name=attr,proto3" json:"attr,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected