()
| 43 | } |
| 44 | |
| 45 | func (n *ArrowFunction) GetFreeFloating() *freefloating.Collection { |
| 46 | return &n.FreeFloating |
| 47 | } |
| 48 | |
| 49 | // Attributes returns node attributes as map |
| 50 | func (n *ArrowFunction) Attributes() map[string]interface{} { |
nothing calls this directly
no outgoing calls
no test coverage detected