()
| 1942 | } |
| 1943 | |
| 1944 | func (m *DirectedEdge) GetOp() DirectedEdge_Op { |
| 1945 | if m != nil { |
| 1946 | return m.Op |
| 1947 | } |
| 1948 | return DirectedEdge_SET |
| 1949 | } |
| 1950 | |
| 1951 | func (m *DirectedEdge) GetFacets() []*api.Facet { |
| 1952 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected