MCPcopy
hub / github.com/wavetermdev/waveterm / FocusWindowCommand

Function FocusWindowCommand

pkg/wshrpc/wshclient/wshclient.go:392–395  ·  view source on GitHub ↗

command "focuswindow", wshserver.FocusWindowCommand

(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts)

Source from the content-addressed store, hash-verified

390
391// command "focuswindow", wshserver.FocusWindowCommand
392func FocusWindowCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error {
393 _, err := sendRpcRequestCallHelper[any](w, "focuswindow", data, opts)
394 return err
395}
396
397// command "getallbadges", wshserver.GetAllBadgesCommand
398func GetAllBadgesCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]baseds.BadgeEvent, error) {

Callers 1

SwitchWorkspaceFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected