MCPcopy
hub / github.com/wavetermdev/waveterm / deleteLayoutModelForTab

Function deleteLayoutModelForTab

frontend/layout/lib/layoutModelHooks.ts:50–52  ·  view source on GitHub ↗
(tabId: string)

Source from the content-addressed store, hash-verified

48}
49
50export function deleteLayoutModelForTab(tabId: string) {
51 if (layoutModelMap.has(tabId)) layoutModelMap.delete(tabId);
52}
53
54function useLayoutModel(tabAtom: Atom<Tab>): LayoutModel {
55 return getLayoutModelForTab(tabAtom);

Callers 2

simpleCloseStaticTabFunction · 0.85
handleCloseTabFunction · 0.85

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected