MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / Close

Method Close

cmd/test-streammanager/deliverypipe.go:243–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241}
242
243func (dp *DeliveryPipe) Close() {
244 dp.lock.Lock()
245 dp.closed = true
246 dp.lock.Unlock()
247
248 dp.wg.Wait()
249}

Callers 1

runTestFunction · 0.95

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected