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

Method GetCanceledChan

pkg/streamclient/streamwriter.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (w *Writer) GetCanceledChan() <-chan struct{} {
107 return w.canceledChan
108}
109
110func (w *Writer) Write(p []byte) (int, error) {
111 w.lock.Lock()

Callers 2

TestCancelFunction · 0.95
TestBrokerCancelFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestCancelFunction · 0.76
TestBrokerCancelFunction · 0.64