GetPosition returns node positions
()
| 35 | |
| 36 | // GetPosition returns node positions |
| 37 | func (n *Interface) GetPosition() *position.Position { |
| 38 | return n.Position |
| 39 | } |
| 40 | |
| 41 | func (n *Interface) GetFreeFloating() *freefloating.Collection { |
| 42 | return &n.FreeFloating |
nothing calls this directly
no outgoing calls
no test coverage detected