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