Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Seeks
Method
Seeks
src/tracks/ui/Scrubbing.cpp:800–803 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
798
}
799
800
bool Scrubber::Seeks() const
801
{
802
return (HasMark() || IsScrubbing()) && ChoseSeeking();
803
}
804
805
bool Scrubber::Scrubs() const
806
{
Callers
4
Update
Method · 0.80
StartScrubbingMessage
Function · 0.80
ContinueScrubbingMessage
Function · 0.80
OnTimer
Method · 0.80
Calls
1
HasMark
Function · 0.85
Tested by
no test coverage detected