MCPcopy 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
675bool TrackList::CanMoveUp(Track &t) const
676{
677 return GetPrev(t, true) != nullptr;
678}
679
680bool TrackList::CanMoveDown(Track &t) const
681{

Callers 5

DoMoveTrackMethod · 0.80
OnTrackMoveUpFunction · 0.80
OnTrackMoveTopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected