Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ CanMoveUp
Method
CanMoveUp
libraries/lib-track/Track.cpp:675–678 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
673
}
674
675
bool TrackList::CanMoveUp(Track &t) const
676
{
677
return GetPrev(t, true) != nullptr;
678
}
679
680
bool TrackList::CanMoveDown(Track &t) const
681
{
Callers
5
DoMoveTrack
Method · 0.80
CalculateRearrangingThresholds
Method · 0.80
CommonTrackControls.cpp
File · 0.80
OnTrackMoveUp
Function · 0.80
OnTrackMoveTop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected