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