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

Function getLayoutModelForStaticTab

frontend/layout/lib/layoutModelHooks.ts:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45export function getLayoutModelForStaticTab() {
46 const tabId = globalStore.get(atoms.staticTabId);
47 return getLayoutModelForTabById(tabId);
48}
49
50export function deleteLayoutModelForTab(tabId: string) {
51 if (layoutModelMap.has(tabId)) layoutModelMap.delete(tabId);

Callers 15

setAIPanelVisibleMethod · 0.90
BadgeAutoClearingFunction · 0.85
createBlockFunction · 0.85
replaceBlockFunction · 0.85
setNodeFocusFunction · 0.85
getFocusedBlockIdFunction · 0.85
refocusNodeFunction · 0.85
constructorMethod · 0.85
refocusNodeMethod · 0.85

Calls 2

getLayoutModelForTabByIdFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected