Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Clone
Method
Clone
libraries/lib-time-track/TimeTrack.cpp:220–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
Track::Holder TimeTrack::Clone(bool) const
221
{
222
auto result = std::make_shared<TimeTrack>(*this, ProtectedCreationArg{});
223
result->Init(*this);
224
return result;
225
}
226
227
bool TimeTrack::GetInterpolateLog() const
228
{
Callers
nothing calls this directly
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected