Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
408
func
(r *Stream) IsClosed() bool {
409
if
r == nil {
410
return
true
411
}
412
return
r.State == STATE_CLOSED
413
}
414
415
func
(r *Stream) Close() {
416
r.Receive(ACTION_CLOSE)
Callers
2
Receive
Method · 0.95
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected