Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ loops
Method
loops
source/base/StarMixer.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
int AudioInstance::loops() const {
102
MutexLocker locker(m_mutex);
103
return m_loops;
104
}
105
106
void AudioInstance::setLoops(int loops) {
107
MutexLocker locker(m_mutex);
Callers
1
stopAudio
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected