NodeDefault
| 1204 | // NodeDefault |
| 1205 | |
| 1206 | type NodeDefault struct { |
| 1207 | Node |
| 1208 | } |
| 1209 | |
| 1210 | func (node *NodeDefault) AsNode() *Node { return &node.Node } |
| 1211 | func (node *NodeDefault) ForEachChild(v Visitor) bool { return false } |
nothing calls this directly
no outgoing calls
no test coverage detected