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