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

Function FileAppendCommand

pkg/wshrpc/wshclient/wshclient.go:303–306  ·  view source on GitHub ↗

command "fileappend", wshserver.FileAppendCommand

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

Source from the content-addressed store, hash-verified

301
302// command "fileappend", wshserver.FileAppendCommand
303func FileAppendCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) error {
304 _, err := sendRpcRequestCallHelper[any](w, "fileappend", data, opts)
305 return err
306}
307
308// command "filecopy", wshserver.FileCopyCommand
309func FileCopyCommand(w *wshutil.WshRpc, data wshrpc.CommandFileCopyData, opts *wshrpc.RpcOpts) error {

Callers 2

fileAppendRunFunction · 0.92
streamWriteToFileFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected