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

Function CaptureBlockScreenshotCommand

pkg/wshrpc/wshclient/wshclient.go:93–96  ·  view source on GitHub ↗

command "captureblockscreenshot", wshserver.CaptureBlockScreenshotCommand

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

Source from the content-addressed store, hash-verified

91
92// command "captureblockscreenshot", wshserver.CaptureBlockScreenshotCommand
93func CaptureBlockScreenshotCommand(w *wshutil.WshRpc, data wshrpc.CommandCaptureBlockScreenshotData, opts *wshrpc.RpcOpts) (string, error) {
94 resp, err := sendRpcRequestCallHelper[string](w, "captureblockscreenshot", data, opts)
95 return resp, err
96}
97
98// command "checkgoversion", wshserver.CheckGoVersionCommand
99func CheckGoVersionCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (*wshrpc.CommandCheckGoVersionRtnData, error) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected