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

Method SendAck

pkg/streamclient/streambroker.go:111–113  ·  view source on GitHub ↗
(ackPk wshrpc.CommandStreamAckData)

Source from the content-addressed store, hash-verified

109}
110
111func (b *Broker) SendAck(ackPk wshrpc.CommandStreamAckData) {
112 b.sendQueue.Enqueue(workItem{workType: "sendack", ackPk: ackPk})
113}
114
115func (b *Broker) SendData(dataPk wshrpc.CommandStreamData) {
116 b.sendQueue.Enqueue(workItem{workType: "senddata", dataPk: dataPk})

Callers 1

processRecvDataMethod · 0.95

Calls 1

EnqueueMethod · 0.80

Tested by

no test coverage detected