Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ebitengine/oto
/ Close
Method
Close
internal/mux/mux.go:437–440 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
435
}
436
437
func
(p *Player) Close() error {
438
p.cleanup.Stop()
439
return
p.p.Close()
440
}
441
442
func
(p *playerImpl) Close() error {
443
p.m.Lock()
Callers
2
NewPlayer
Method · 0.45
prepareOboe
Function · 0.45
Calls
1
Stop
Method · 0.80
Tested by
no test coverage detected