command "filewrite", wshserver.FileWriteCommand
(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts)
| 378 | |
| 379 | // command "filewrite", wshserver.FileWriteCommand |
| 380 | func FileWriteCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) error { |
| 381 | _, err := sendRpcRequestCallHelper[any](w, "filewrite", data, opts) |
| 382 | return err |
| 383 | } |
| 384 | |
| 385 | // command "findgitbash", wshserver.FindGitBashCommand |
| 386 | func FindGitBashCommand(w *wshutil.WshRpc, data bool, opts *wshrpc.RpcOpts) (string, error) { |
no outgoing calls
no test coverage detected