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