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