GetPosition returns node positions
()
| 31 | |
| 32 | // GetPosition returns node positions |
| 33 | func (n *ShiftRight) GetPosition() *position.Position { |
| 34 | return n.Position |
| 35 | } |
| 36 | |
| 37 | func (n *ShiftRight) GetFreeFloating() *freefloating.Collection { |
| 38 | return &n.FreeFloating |
nothing calls this directly
no outgoing calls
no test coverage detected