()
| 1928 | } |
| 1929 | |
| 1930 | func (m *DirectedEdge) GetLabel() string { |
| 1931 | if m != nil { |
| 1932 | return m.Label |
| 1933 | } |
| 1934 | return "" |
| 1935 | } |
| 1936 | |
| 1937 | func (m *DirectedEdge) GetLang() string { |
| 1938 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected