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

Function TestMultiArgCommand

pkg/wshrpc/wshclient/wshclient.go:934–937  ·  view source on GitHub ↗

command "testmultiarg", wshserver.TestMultiArgCommand

(w *wshutil.WshRpc, arg1 string, arg2 int, arg3 bool, opts *wshrpc.RpcOpts)

Source from the content-addressed store, hash-verified

932
933// command "testmultiarg", wshserver.TestMultiArgCommand
934func TestMultiArgCommand(w *wshutil.WshRpc, arg1 string, arg2 int, arg3 bool, opts *wshrpc.RpcOpts) (string, error) {
935 resp, err := sendRpcRequestCallHelper[string](w, "testmultiarg", wshrpc.MultiArg{Args: []any{arg1, arg2, arg3}}, opts)
936 return resp, err
937}
938
939// command "updatetabname", wshserver.UpdateTabNameCommand
940func UpdateTabNameCommand(w *wshutil.WshRpc, arg1 string, arg2 string, opts *wshrpc.RpcOpts) error {

Callers 1

runTestCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected