()
| 855 | } |
| 856 | |
| 857 | func (m *Order) GetDesc() bool { |
| 858 | if m != nil { |
| 859 | return m.Desc |
| 860 | } |
| 861 | return false |
| 862 | } |
| 863 | |
| 864 | func (m *Order) GetLangs() []string { |
| 865 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected