MCPcopy Create free account
hub / github.com/Tracktion/tracktion_engine / if

Function if

modules/tracktion_engine/model/tracks/tracktion_Track.cpp:477–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475void Track::updateTrackList()
476{
477 CRASH_TRACER
478
479 if (TrackList::hasAnySubTracks (state))
480 {
481 if (trackList == nullptr)
482 {
483 trackList = std::make_unique<TrackList> (edit, state);
484 trackList->initialise();
485 }
486 }
487 else
488 {
489 trackList.reset();

Callers 6

DOCTEST_DEFINE_DECORATORFunction · 0.50
nanorange.hppFile · 0.50
is_emptyMethod · 0.50

Calls 1

initialiseMethod · 0.45

Tested by 1

DOCTEST_DEFINE_DECORATORFunction · 0.40