(node)
| 48208 | this.flags = 0; |
| 48209 | } |
| 48210 | function getNodeId(node) { |
| 48211 | if (!node.id) { |
| 48212 | node.id = nextNodeId; |
| 48213 | nextNodeId++; |
| 48214 | } |
| 48215 | return node.id; |
| 48216 | } |
| 48217 | ts.getNodeId = getNodeId; |
| 48218 | function getSymbolId(symbol) { |
| 48219 | if (!symbol.id) { |
no outgoing calls
no test coverage detected
searching dependent graphs…