Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
initWave
Function · 0.45
initBuilder
Function · 0.45
treeReducer
Method · 0.45
getNodeModel
Method · 0.45
handleContextMenu
Function · 0.45
handleMouseDown
Function · 0.45
staticMouseDownHandler
Function · 0.45
AppInner
Function · 0.45
ModalsRenderer
Function · 0.45
conntypeahead.tsx
File · 0.45
handleStarClick
Function · 0.45
handleAlreadyStarred
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected