Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ isLooped
Method
isLooped
src/Abyss/Streams/AudioStream.cpp:202–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
bool Abyss::Streams::AudioStream::isLooped() {
203
std::lock_guard lock(_mutex);
204
205
return _loop;
206
}
207
208
bool Abyss::Streams::AudioStream::isPlaying() {
209
std::lock_guard lock(_mutex);
Callers
1
getLoop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected