MCPcopy Create free account
hub / github.com/doldecomp/mkdd / append

Method append

libs/JSystem/JAudio/System/JASTrack.cpp:773–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773void JASTrack::TList::append(JASTrack *track) {
774 if (!mCallbackRegistered) {
775 if (!JASDriver::registerSubFrameCallback(cbSeqMain, this)) {
776#line 1130
777 JUT_WARNING_F2("%s", "Failed: registerSubFrameCallback");
778 return;
779 }
780 mCallbackRegistered = true;
781 }
782 Push_back(track);
783}
784
785void JASTrack::TList::seqMain() {
786 iterator it, next;

Callers 3

newStream_Method · 0.45
endStartSeq_Method · 0.45
sortByPriority_Method · 0.45

Calls 1

registerSubFrameCallbackFunction · 0.85

Tested by

no test coverage detected