Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ AddTrack
Method
AddTrack
common/stream.go:12–12 ·
view source on GitHub ↗
(Track)
Source
from the content-addressed store, hash-verified
10
11
type
IStream
interface
{
12
AddTrack(Track) *util.Promise[Track]
13
RemoveTrack(Track)
14
Close()
15
IsClosed() bool
Callers
3
Attach
Method · 0.65
Attach
Method · 0.65
Attach
Method · 0.65
Implementers
1
Stream
stream.go
Calls
no outgoing calls
Tested by
no test coverage detected