(data: ScopeRef)
| 1026 | } |
| 1027 | |
| 1028 | getTreeNode(data: ScopeRef): TreeNode | undefined { |
| 1029 | return this.fastMap.get(data); |
| 1030 | } |
| 1031 | |
| 1032 | addTreeNode(scopeRef: ScopeRef, parent: ScopeRef, nodeToRestore?: FocusableElement): void { |
| 1033 | let parentNode = this.fastMap.get(parent ?? null); |
no outgoing calls
no test coverage detected