(node)
| 49354 | return nodeLinks[nodeId] || (nodeLinks[nodeId] = new NodeLinks()); |
| 49355 | } |
| 49356 | function isGlobalSourceFile(node) { |
| 49357 | return node.kind === 305 /* SyntaxKind.SourceFile */ && !ts.isExternalOrCommonJsModule(node); |
| 49358 | } |
| 49359 | function getSymbol(symbols, name, meaning) { |
| 49360 | if (meaning) { |
| 49361 | var symbol = getMergedSymbol(symbols.get(name)); |
no outgoing calls
no test coverage detected