MCPcopy Create free account
hub / github.com/audacity/audacity / Paused

Method Paused

src/ProjectAudioManager.cpp:1059–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057}
1058
1059bool ProjectAudioManager::Paused() const
1060{
1061 return mPaused.load(std::memory_order_relaxed) == 1;
1062}
1063
1064
1065void ProjectAudioManager::CancelRecording()

Callers 3

OnPauseMethod · 0.80
OnIdleMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected