Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ Detach
Method
Detach
track/audio.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(a *Audio) Detach() {
32
a.Publisher.GetStream().RemoveTrack(a)
33
}
34
35
func
(a *Audio) GetName() string {
36
if
a.Name ==
""
{
Callers
nothing calls this directly
Calls
2
RemoveTrack
Method · 0.65
GetStream
Method · 0.65
Tested by
no test coverage detected