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

Struct testWriter

pkg/jobmanager/streammanager_test.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type testWriter struct {
18 mu sync.Mutex
19 packets []wshrpc.CommandStreamData
20}
21
22func (tw *testWriter) SendData(pkt wshrpc.CommandStreamData) {
23 tw.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected