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

Function JobStartStreamCommand

pkg/wshrpc/wshclient/wshclient.go:596–599  ·  view source on GitHub ↗

command "jobstartstream", wshserver.JobStartStreamCommand

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

Source from the content-addressed store, hash-verified

594
595// command "jobstartstream", wshserver.JobStartStreamCommand
596func JobStartStreamCommand(w *wshutil.WshRpc, data wshrpc.CommandJobStartStreamData, opts *wshrpc.RpcOpts) error {
597 _, err := sendRpcRequestCallHelper[any](w, "jobstartstream", data, opts)
598 return err
599}
600
601// command "listallappfiles", wshserver.ListAllAppFilesCommand
602func ListAllAppFilesCommand(w *wshutil.WshRpc, data wshrpc.CommandListAllAppFilesData, opts *wshrpc.RpcOpts) (*wshrpc.CommandListAllAppFilesRtnData, error) {

Callers 1

restartStreamingFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected