MCPcopy Index your code
hub / github.com/Monibuca/engine / IsClosed

Method IsClosed

stream.go:408–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406}
407
408func (r *Stream) IsClosed() bool {
409 if r == nil {
410 return true
411 }
412 return r.State == STATE_CLOSED
413}
414
415func (r *Stream) Close() {
416 r.Receive(ACTION_CLOSE)

Callers 2

ReceiveMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected