MCPcopy Create free account
hub / github.com/audacity/audacity / Copy

Method Copy

libraries/lib-time-track/TimeTrack.cpp:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173Track::Holder TimeTrack::Copy(double t0, double t1, bool) const
174{
175 auto track =
176 std::make_shared<TimeTrack>(*this, ProtectedCreationArg{}, &t0, &t1);
177 track->Init(*this);
178 return track;
179}
180
181namespace {
182double GetRate(const Track &track) {

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected