MCPcopy 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
255bool Model::isPaused() const noexcept {
256 return _isPaused;
257}
258
259void Model::pause() {
260 if (_isPlaying && !_isPaused) {

Callers 4

updateMethod · 0.45
model_is_pausedFunction · 0.45
action_is_pausedFunction · 0.45
videonode_is_pausedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected