(n *TNode)
| 351 | } |
| 352 | |
| 353 | func createNavigator(n *TNode) *TNodeNavigator { |
| 354 | return &TNodeNavigator{curr: n, root: n, attr: -1} |
| 355 | } |
| 356 | |
| 357 | type Attribute struct { |
| 358 | Key, Value string |
no outgoing calls
no test coverage detected
searching dependent graphs…