Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
106
func
(w *Writer) GetCanceledChan() <-
chan
struct
{} {
107
return
w.canceledChan
108
}
109
110
func
(w *Writer) Write(p []byte) (int, error) {
111
w.lock.Lock()
Callers
2
TestCancel
Function · 0.95
TestBrokerCancel
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestCancel
Function · 0.76
TestBrokerCancel
Function · 0.64