command "captureblockscreenshot", wshserver.CaptureBlockScreenshotCommand
(w *wshutil.WshRpc, data wshrpc.CommandCaptureBlockScreenshotData, opts *wshrpc.RpcOpts)
| 91 | |
| 92 | // command "captureblockscreenshot", wshserver.CaptureBlockScreenshotCommand |
| 93 | func 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 |
| 99 | func CheckGoVersionCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (*wshrpc.CommandCheckGoVersionRtnData, error) { |
no outgoing calls
no test coverage detected