Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsScrubbing
Method
IsScrubbing
src/ScrubState.cpp:482–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
}
481
482
bool ScrubState::IsScrubbing()
483
{
484
auto gAudioIO = AudioIOBase::Get();
485
auto &queue = ScrubQueue::Instance;
486
return gAudioIO->IsBusy() && queue.Started();
487
}
Callers
3
MouseWheelHandler.cpp
File · 0.45
Update
Method · 0.45
ContinueScrubbingMessage
Function · 0.45
Calls
3
Get
Function · 0.85
IsBusy
Method · 0.80
Started
Method · 0.80
Tested by
no test coverage detected