Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetName
Method
SetName
libraries/lib-wave-track/WaveClip.cpp:1730–1733 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1728
}
1729
1730
void WaveClip::SetName(const wxString& name)
1731
{
1732
mName = name;
1733
}
1734
1735
const wxString& WaveClip::GetName() const
1736
{
Callers
5
CopyPartOfClip
Method · 0.45
ClearAndPasteAtSameTempo
Method · 0.45
CreateClip
Method · 0.45
DoCreateClip
Method · 0.45
ReplaceInterval
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected