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