(n)
| 140774 | return cleanText(node.getText(curSourceFile)); |
| 140775 | } |
| 140776 | function navigationBarNodeKind(n) { |
| 140777 | return n.node.kind; |
| 140778 | } |
| 140779 | function pushChild(parent, child) { |
| 140780 | if (parent.children) { |
| 140781 | parent.children.push(child); |
no outgoing calls
no test coverage detected