Attributes returns node attributes as map
()
| 38 | |
| 39 | // Attributes returns node attributes as map |
| 40 | func (n *Variable) Attributes() map[string]interface{} { |
| 41 | return nil |
| 42 | } |
| 43 | |
| 44 | // SetVarName reset var name |
| 45 | func (n *Variable) SetVarName(VarName node.Node) { |
nothing calls this directly
no outgoing calls
no test coverage detected