()
| 1900 | } |
| 1901 | |
| 1902 | func (m *DirectedEdge) GetAttr() string { |
| 1903 | if m != nil { |
| 1904 | return m.Attr |
| 1905 | } |
| 1906 | return "" |
| 1907 | } |
| 1908 | |
| 1909 | func (m *DirectedEdge) GetValue() []byte { |
| 1910 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected