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

Function WshActivityCommand

pkg/wshrpc/wshclient/wshclient.go:1052–1055  ·  view source on GitHub ↗

command "wshactivity", wshserver.WshActivityCommand

(w *wshutil.WshRpc, data map[string]int, opts *wshrpc.RpcOpts)

Source from the content-addressed store, hash-verified

1050
1051// command "wshactivity", wshserver.WshActivityCommand
1052func WshActivityCommand(w *wshutil.WshRpc, data map[string]int, opts *wshrpc.RpcOpts) error {
1053 _, err := sendRpcRequestCallHelper[any](w, "wshactivity", data, opts)
1054 return err
1055}
1056
1057// command "wsldefaultdistro", wshserver.WslDefaultDistroCommand
1058func WslDefaultDistroCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) {

Callers 1

sendActivityFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected