Attributes returns node attributes as map
()
| 38 | |
| 39 | // Attributes returns node attributes as map |
| 40 | func (n *ShortArray) Attributes() map[string]interface{} { |
| 41 | return nil |
| 42 | } |
| 43 | |
| 44 | // Walk traverses nodes |
| 45 | // Walk is invoked recursively until v.EnterNode returns true |
nothing calls this directly
no outgoing calls
no test coverage detected