MCPcopy
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

switchBlockInDirectionFunction · 0.45

Calls 1

setMethod · 0.80

Tested by

no test coverage detected