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

Function JobPrepareConnectCommand

pkg/wshrpc/wshclient/wshclient.go:590–593  ·  view source on GitHub ↗

command "jobprepareconnect", wshserver.JobPrepareConnectCommand

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

Source from the content-addressed store, hash-verified

588
589// command "jobprepareconnect", wshserver.JobPrepareConnectCommand
590func JobPrepareConnectCommand(w *wshutil.WshRpc, data wshrpc.CommandJobPrepareConnectData, opts *wshrpc.RpcOpts) (*wshrpc.CommandJobConnectRtnData, error) {
591 resp, err := sendRpcRequestCallHelper[*wshrpc.CommandJobConnectRtnData](w, "jobprepareconnect", data, opts)
592 return resp, err
593}
594
595// command "jobstartstream", wshserver.JobStartStreamCommand
596func JobStartStreamCommand(w *wshutil.WshRpc, data wshrpc.CommandJobStartStreamData, opts *wshrpc.RpcOpts) error {

Callers 1

restartStreamingFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected