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

Method FinalizeImport

libraries/lib-import-export/ImportUtils.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void ImportUtils::FinalizeImport(TrackHolders& outTracks, const std::vector<WaveTrack::Holder>& importedStreams)
50{
51 for(auto& stream : importedStreams)
52 FinalizeImport(outTracks, *stream);
53}
54
55void ImportUtils::FinalizeImport(TrackHolders& outTracks, TrackList &&trackList)
56{

Callers

nothing calls this directly

Calls 4

DetachFirstMethod · 0.80
emptyMethod · 0.45
FlushMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected