Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ Pause
Method
Pause
sound.go:128–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
func
(sound *Sound) Pause() {
129
speaker.Lock()
130
sound.control.Paused = true
131
speaker.Unlock()
132
}
133
134
func
(sound *Sound) IsPaused() bool {
135
return
sound.control.Paused
Callers
6
Destroy
Method · 0.95
LoadFile
Method · 0.80
TogglePlayback
Method · 0.80
StopPlayback
Method · 0.80
Trigger
Method · 0.80
ReceiveMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected