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

Function getFocusedBlockInStaticTab

frontend/app/store/keymodel.ts:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68function getFocusedBlockInStaticTab(): string {
69 const layoutModel = getLayoutModelForStaticTab();
70 const focusedNode = globalStore.get(layoutModel.focusedNode);
71 return focusedNode.data?.blockId;
72}
73
74function getSimpleControlShiftAtom() {
75 return simpleControlShiftAtom;

Callers 3

registerGlobalKeysFunction · 0.85
activateSearchFunction · 0.85
deactivateSearchFunction · 0.85

Calls 2

getMethod · 0.80

Tested by

no test coverage detected