()
| 37 | } |
| 38 | |
| 39 | func (n *ArrayItem) GetFreeFloating() *freefloating.Collection { |
| 40 | return &n.FreeFloating |
| 41 | } |
| 42 | |
| 43 | // Attributes returns node attributes as map |
| 44 | func (n *ArrayItem) Attributes() map[string]interface{} { |
nothing calls this directly
no outgoing calls
no test coverage detected