Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SupportsBasicEditing
Method
SupportsBasicEditing
libraries/lib-track/Track.cpp:800–803 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
798
}
799
800
bool Track::SupportsBasicEditing() const
801
{
802
return true;
803
}
804
805
// Serialize, not with tags of its own, but as attributes within a tag.
806
void Track::WriteCommonXMLAttributes(
Callers
7
EditableTracksSelectedPred
Function · 0.45
EditMenus.cpp
File · 0.45
OnDelete
Function · 0.45
OnCopy
Function · 0.45
OnDuplicate
Function · 0.45
OnSplitCut
Function · 0.45
OnSplitDelete
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected