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

Struct routedDataSender

pkg/jobmanager/mainserverconn.go:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type routedDataSender struct {
40 wshRpc *wshutil.WshRpc
41 route string
42}
43
44func (rds *routedDataSender) SendData(dataPk wshrpc.CommandStreamData) {
45 // log.Printf("SendData: sending seq=%d, len=%d, eof=%t, error=%s, route=%s",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected