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

Function WorkspaceListCommand

pkg/wshrpc/wshclient/wshclient.go:1022–1025  ·  view source on GitHub ↗

command "workspacelist", wshserver.WorkspaceListCommand

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

Source from the content-addressed store, hash-verified

1020
1021// command "workspacelist", wshserver.WorkspaceListCommand
1022func WorkspaceListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]wshrpc.WorkspaceInfoData, error) {
1023 resp, err := sendRpcRequestCallHelper[[]wshrpc.WorkspaceInfoData](w, "workspacelist", nil, opts)
1024 return resp, err
1025}
1026
1027// command "writeappfile", wshserver.WriteAppFileCommand
1028func WriteAppFileCommand(w *wshutil.WshRpc, data wshrpc.CommandWriteAppFileData, opts *wshrpc.RpcOpts) error {

Callers 2

blocksListRunFunction · 0.92
workspaceListRunFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected