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

Function SetConfigCommand

pkg/wshrpc/wshclient/wshclient.go:840–843  ·  view source on GitHub ↗

command "setconfig", wshserver.SetConfigCommand

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

Source from the content-addressed store, hash-verified

838
839// command "setconfig", wshserver.SetConfigCommand
840func SetConfigCommand(w *wshutil.WshRpc, data wshrpc.MetaSettingsType, opts *wshrpc.RpcOpts) error {
841 _, err := sendRpcRequestCallHelper[any](w, "setconfig", data, opts)
842 return err
843}
844
845// command "setconnectionsconfig", wshserver.SetConnectionsConfigCommand
846func SetConnectionsConfigCommand(w *wshutil.WshRpc, data wshrpc.ConnConfigRequest, opts *wshrpc.RpcOpts) error {

Callers 1

setConfigRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected