MCPcopy
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

genericCloseFunction · 0.45
switchBlockInDirectionFunction · 0.45

Calls 1

getMethod · 0.80

Tested by

no test coverage detected