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

Function runTestCmd

cmd/wsh/cmd/wshcmd-test.go:23–30  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

21}
22
23func runTestCmd(cmd *cobra.Command, args []string) error {
24 rtn, err := wshclient.TestMultiArgCommand(RpcClient, "testarg", 42, true, nil)
25 if err != nil {
26 return err
27 }
28 WriteStdout("%s\n", rtn)
29 return nil
30}

Callers

nothing calls this directly

Calls 2

TestMultiArgCommandFunction · 0.92
WriteStdoutFunction · 0.85

Tested by

no test coverage detected