Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ Subscribe
Method
Subscribe
subscriber.go:138–140 ·
view source on GitHub ↗
(streamPath string, sub ISubscriber)
Source
from the content-addressed store, hash-verified
136
}
137
138
func
(s *Subscriber) Subscribe(streamPath string, sub ISubscriber) error {
139
return
s.receive(streamPath, sub)
140
}
141
142
func
(s *Subscriber) GetSubscriber() *Subscriber {
143
return
s
Callers
nothing calls this directly
Calls
1
receive
Method · 0.80
Tested by
no test coverage detected