()
| 781 | } |
| 782 | |
| 783 | func (m *Result) GetIntersectDest() bool { |
| 784 | if m != nil { |
| 785 | return m.IntersectDest |
| 786 | } |
| 787 | return false |
| 788 | } |
| 789 | |
| 790 | func (m *Result) GetFacetMatrix() []*FacetsList { |
| 791 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected