MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / setNodeFocus

Function setNodeFocus

frontend/app/store/global.ts:478–481  ·  view source on GitHub ↗
(nodeId: string)

Source from the content-addressed store, hash-verified

476}
477
478function setNodeFocus(nodeId: string) {
479 const layoutModel = getLayoutModelForStaticTab();
480 layoutModel.focusNode(nodeId);
481}
482
483const objectIdWeakMap = new WeakMap();
484let objectIdCounter = 0;

Callers

nothing calls this directly

Calls 2

focusNodeMethod · 0.80

Tested by

no test coverage detected