Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ isPaused
Method
isPaused
src/Abyss/Streams/AudioStream.cpp:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
bool Abyss::Streams::AudioStream::isPaused() {
215
std::lock_guard lock(_mutex);
216
217
return _isPaused;
218
}
219
220
void Abyss::Streams::AudioStream::pause() {
221
std::lock_guard lock(_mutex);
Callers
1
getIsPaused
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected