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

Method Close

stream.go:415–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

413}
414
415func (r *Stream) Close() {
416 r.Receive(ACTION_CLOSE)
417}
418
419func (s *Stream) Receive(event any) bool {
420 if s.IsClosed() {

Callers 1

startPullMethod · 0.95

Calls 1

ReceiveMethod · 0.95

Tested by

no test coverage detected