MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / isAnyDone

Method isAnyDone

stream/stream.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 return nil
82}
83func (s *bidirectionalStreamStatus) isAnyDone() bool {
84 return atomic.LoadUint32(&s.anyDone) > 0
85}
86
87// Pipe copies copy data to & from provided io.ReadWriters.
88func Pipe(tunnelConn, originConn io.ReadWriter, log *zerolog.Logger) {

Callers 1

unidirectionalStreamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected