MCPcopy
hub / github.com/wavetermdev/waveterm / WshRpcStreamClientAdapter

Struct WshRpcStreamClientAdapter

pkg/wshutil/wshstreamadapter.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type WshRpcStreamClientAdapter struct {
11 rpc *WshRpc
12}
13
14func (a *WshRpcStreamClientAdapter) StreamDataAckCommand(data wshrpc.CommandStreamAckData, opts *wshrpc.RpcOpts) error {
15 return a.rpc.SendCommand("streamdataack", data, opts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected