Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1059
bool ProjectAudioManager::Paused() const
1060
{
1061
return mPaused.load(std::memory_order_relaxed) == 1;
1062
}
1063
1064
1065
void ProjectAudioManager::CancelRecording()
Callers
3
OnPause
Method · 0.80
OnActivateOrDeactivateApp
Method · 0.80
OnIdle
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected