Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isPaused
Method
isPaused
Source/Node/Model.cpp:255–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
bool Model::isPaused() const noexcept {
256
return _isPaused;
257
}
258
259
void Model::pause() {
260
if (_isPlaying && !_isPaused) {
Callers
4
update
Method · 0.45
model_is_paused
Function · 0.45
action_is_paused
Function · 0.45
videonode_is_paused
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected