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

Struct fakeTransport

pkg/streamclient/stream_test.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type fakeTransport struct {
14 dataChan chan wshrpc.CommandStreamData
15 ackChan chan wshrpc.CommandStreamAckData
16}
17
18func newFakeTransport() *fakeTransport {
19 return &fakeTransport{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected