()
| 1935 | } |
| 1936 | |
| 1937 | func (m *DirectedEdge) GetLang() string { |
| 1938 | if m != nil { |
| 1939 | return m.Lang |
| 1940 | } |
| 1941 | return "" |
| 1942 | } |
| 1943 | |
| 1944 | func (m *DirectedEdge) GetOp() DirectedEdge_Op { |
| 1945 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected