Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ requestNodeFocus
Method
requestNodeFocus
frontend/app/store/focusManager.ts:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
requestNodeFocus(): void {
65
globalStore.set(this.focusType,
"node"
);
66
}
67
68
requestWaveAIFocus(): void {
69
globalStore.set(this.focusType,
"waveai"
);
Callers
2
treeReducer
Method · 0.45
switchBlockInDirection
Function · 0.45
Calls
1
set
Method · 0.80
Tested by
no test coverage detected