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