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

Function WaveFileReadStreamCommand

pkg/wshrpc/wshclient/wshclient.go:1004–1007  ·  view source on GitHub ↗

command "wavefilereadstream", wshserver.WaveFileReadStreamCommand

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

Source from the content-addressed store, hash-verified

1002
1003// command "wavefilereadstream", wshserver.WaveFileReadStreamCommand
1004func WaveFileReadStreamCommand(w *wshutil.WshRpc, data wshrpc.CommandWaveFileReadStreamData, opts *wshrpc.RpcOpts) (*wshrpc.WaveFileInfo, error) {
1005 resp, err := sendRpcRequestCallHelper[*wshrpc.WaveFileInfo](w, "wavefilereadstream", data, opts)
1006 return resp, err
1007}
1008
1009// command "waveinfo", wshserver.WaveInfoCommand
1010func WaveInfoCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (*wshrpc.WaveInfoData, error) {

Callers 2

jobDebugGetOutputRunFunction · 0.92
runReadFileFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected