()
| 795 | } |
| 796 | |
| 797 | func (m *Result) GetLangMatrix() []*LangList { |
| 798 | if m != nil { |
| 799 | return m.LangMatrix |
| 800 | } |
| 801 | return nil |
| 802 | } |
| 803 | |
| 804 | func (m *Result) GetList() bool { |
| 805 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected