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

Method getInstance

frontend/app/tab/tabbar-model.ts:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 private constructor() {}
8
9 static getInstance(): TabBarModel {
10 if (!TabBarModel.instance) {
11 TabBarModel.instance = new TabBarModel();
12 }
13 return TabBarModel.instance;
14 }
15}

Callers 15

initWaveFunction · 0.45
initBuilderFunction · 0.45
treeReducerMethod · 0.45
getNodeModelMethod · 0.45
handleContextMenuFunction · 0.45
handleMouseDownFunction · 0.45
staticMouseDownHandlerFunction · 0.45
AppInnerFunction · 0.45
ModalsRendererFunction · 0.45
conntypeahead.tsxFile · 0.45
handleStarClickFunction · 0.45
handleAlreadyStarredFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected