Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ cleanupWriter
Method
cleanupWriter
pkg/streamclient/streambroker.go:239–245 ·
view source on GitHub ↗
(streamId string)
Source
from the content-addressed store, hash-verified
237
}
238
239
func
(b *Broker) cleanupWriter(streamId string) {
240
b.lock.Lock()
241
defer
b.lock.Unlock()
242
243
delete(b.writers, streamId)
244
delete(b.writerRoutes, streamId)
245
}
Callers
1
processRecvAck
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected