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