Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ get
Method
get
frontend/layout/lib/nodeRefMap.ts:20–24 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
18
}
19
20
get(id: string): React.RefObject<HTMLDivElement> {
21
if
(this.map.has(id)) {
22
return
this.map.get(id);
23
}
24
}
25
}
Callers
15
buildEnd
Function · 0.80
dfs
Function · 0.80
removeTabView
Method · 0.80
getWaveWindowById
Function · 0.80
getWaveTabViewByWebContentsId
Function · 0.80
getWaveTabView
Function · 0.80
tryEvictEntry
Function · 0.80
initIpcHandlers
Function · 0.80
reinitWave
Function · 0.80
getNodeModel
Method · 0.80
switchNodeFocusInDirection
Method · 0.80
getLayoutModelForTab
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected