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

Method SetPausedOff

src/ProjectAudioManager.cpp:1054–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052}
1053
1054void ProjectAudioManager::SetPausedOff()
1055{
1056 mPaused.store(0, std::memory_order::memory_order_relaxed);
1057}
1058
1059bool ProjectAudioManager::Paused() const
1060{

Callers 1

StopMethod · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected