Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ MoveDown
Method
MoveDown
libraries/lib-track/Track.cpp:751–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
749
}
750
751
bool TrackList::MoveDown(Track &t)
752
{
753
Track *n = GetNext(t, true);
754
if (n) {
755
SwapNodes(t.GetNode(), n->GetNode());
756
return true;
757
}
758
return false;
759
}
760
761
bool TrackList::empty() const
762
{
Callers
1
Drag
Method · 0.80
Calls
1
GetNode
Method · 0.80
Tested by
no test coverage detected