SetPosition sets node position
(p *position.Position)
| 26 | |
| 27 | // SetPosition sets node position |
| 28 | func (n *InstanceOf) SetPosition(p *position.Position) { |
| 29 | n.Position = p |
| 30 | } |
| 31 | |
| 32 | // GetPosition returns node positions |
| 33 | func (n *InstanceOf) GetPosition() *position.Position { |
nothing calls this directly
no outgoing calls
no test coverage detected