MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / SetBlockFocusCommand

Function SetBlockFocusCommand

pkg/wshrpc/wshclient/wshclient.go:834–837  ·  view source on GitHub ↗

command "setblockfocus", wshserver.SetBlockFocusCommand

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

Source from the content-addressed store, hash-verified

832
833// command "setblockfocus", wshserver.SetBlockFocusCommand
834func SetBlockFocusCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error {
835 _, err := sendRpcRequestCallHelper[any](w, "setblockfocus", data, opts)
836 return err
837}
838
839// command "setconfig", wshserver.SetConfigCommand
840func SetConfigCommand(w *wshutil.WshRpc, data wshrpc.MetaSettingsType, opts *wshrpc.RpcOpts) error {

Callers 1

focusBlockRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected