(data: ScopeRef)
| 1019 | } |
| 1020 | |
| 1021 | getTreeNode(data: ScopeRef): TreeNode | undefined { |
| 1022 | return this.fastMap.get(data); |
| 1023 | } |
| 1024 | |
| 1025 | addTreeNode(scopeRef: ScopeRef, parent: ScopeRef, nodeToRestore?: FocusableElement): void { |
| 1026 | let parentNode = this.fastMap.get(parent ?? null); |
no outgoing calls
no test coverage detected