Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ getFocusType
Method
getFocusType
frontend/app/store/focusManager.ts:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
getFocusType(): FocusStrType {
73
return
globalStore.get(this.focusType);
74
}
75
76
refocusNode() {
77
const
ftype = globalStore.get(this.focusType);
Callers
2
genericClose
Function · 0.45
switchBlockInDirection
Function · 0.45
Calls
1
get
Method · 0.80
Tested by
no test coverage detected