SetPosition sets node position
(p *position.Position)
| 30 | |
| 31 | // SetPosition sets node position |
| 32 | func (n *Interface) SetPosition(p *position.Position) { |
| 33 | n.Position = p |
| 34 | } |
| 35 | |
| 36 | // GetPosition returns node positions |
| 37 | func (n *Interface) GetPosition() *position.Position { |
nothing calls this directly
no outgoing calls
no test coverage detected