MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / CopyTrack

Method CopyTrack

Source/SongData.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void CSongData::CopyTrack(stChannelID Chan, const CSongData &From, stChannelID ChanFrom) {
272 if (auto *lhs = GetTrack(Chan))
273 if (auto *rhs = From.GetTrack(ChanFrom))
274 *lhs = *rhs;
275}
276
277void CSongData::SwapChannels(stChannelID First, stChannelID Second) // // //
278{

Callers

nothing calls this directly

Calls 1

GetTrackMethod · 0.45

Tested by

no test coverage detected