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