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

Function FileMoveCommand

pkg/wshrpc/wshclient/wshclient.go:356–359  ·  view source on GitHub ↗

command "filemove", wshserver.FileMoveCommand

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

Source from the content-addressed store, hash-verified

354
355// command "filemove", wshserver.FileMoveCommand
356func FileMoveCommand(w *wshutil.WshRpc, data wshrpc.CommandFileCopyData, opts *wshrpc.RpcOpts) error {
357 _, err := sendRpcRequestCallHelper[any](w, "filemove", data, opts)
358 return err
359}
360
361// command "fileread", wshserver.FileReadCommand
362func FileReadCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) (*wshrpc.FileData, error) {

Callers 1

fileMvRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected