(nodeId: string)
| 476 | } |
| 477 | |
| 478 | function setNodeFocus(nodeId: string) { |
| 479 | const layoutModel = getLayoutModelForStaticTab(); |
| 480 | layoutModel.focusNode(nodeId); |
| 481 | } |
| 482 | |
| 483 | const objectIdWeakMap = new WeakMap(); |
| 484 | let objectIdCounter = 0; |
nothing calls this directly
no test coverage detected