MCPcopy
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

treeReducerMethod · 0.45
switchBlockInDirectionFunction · 0.45

Calls 1

setMethod · 0.80

Tested by

no test coverage detected