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

Method processSendWork

pkg/streamclient/streambroker.go:130–137  ·  view source on GitHub ↗
(item workItem)

Source from the content-addressed store, hash-verified

128}
129
130func (b *Broker) processSendWork(item workItem) {
131 switch item.workType {
132 case "sendack":
133 b.processSendAck(item.ackPk)
134 case "senddata":
135 b.processSendData(item.dataPk)
136 }
137}
138
139func (b *Broker) processRecvWork(item workItem) {
140 switch item.workType {

Callers

nothing calls this directly

Calls 2

processSendAckMethod · 0.95
processSendDataMethod · 0.95

Tested by

no test coverage detected