Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
415
func
(r *Stream) Close() {
416
r.Receive(ACTION_CLOSE)
417
}
418
419
func
(s *Stream) Receive(event any) bool {
420
if
s.IsClosed() {
Callers
1
startPull
Method · 0.95
Calls
1
Receive
Method · 0.95
Tested by
no test coverage detected