(node)
| 134939 | return filteredSymbols; |
| 134940 | } |
| 134941 | function isCurrentlyEditingNode(node) { |
| 134942 | return node.getStart(sourceFile) <= position && position <= node.getEnd(); |
| 134943 | } |
| 134944 | } |
| 134945 | /** |
| 134946 | * Returns the immediate owning object literal or binding pattern of a context token, |
no outgoing calls
no test coverage detected
searching dependent graphs…