MCPcopy 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
220Track::Holder TimeTrack::Clone(bool) const
221{
222 auto result = std::make_shared<TimeTrack>(*this, ProtectedCreationArg{});
223 result->Init(*this);
224 return result;
225}
226
227bool TimeTrack::GetInterpolateLog() const
228{

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected