MCPcopy 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
138func (s *Subscriber) Subscribe(streamPath string, sub ISubscriber) error {
139 return s.receive(streamPath, sub)
140}
141
142func (s *Subscriber) GetSubscriber() *Subscriber {
143 return s

Callers

nothing calls this directly

Calls 1

receiveMethod · 0.80

Tested by

no test coverage detected