Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ SubPulse
Method
SubPulse
subscriber.go:205–207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
203
}
204
205
func
(s *Subscriber) SubPulse() {
206
s.Stream.Receive(SubPulse{s.Spesific.(ISubscriber)})
207
}
208
209
func
(s *Subscriber) PlayRaw() {
210
s.PlayBlock(SUBTYPE_RAW)
Callers
nothing calls this directly
Calls
1
Receive
Method · 0.65
Tested by
no test coverage detected