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

Method isDisposable_

libs/JSystem/JAudio/Utility/JAUSectionHeap.cpp:123–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123bool JAUSection::isDisposable_() const
124{
125 for (u32 i = 0; i < 255; i++)
126 {
127 if (data_.registeredWaveBankTables.test(i))
128 {
129 JASWaveBank *waveBank = sectionHeap_->getWaveBankTable().getWaveBank(i);
130#line 158
131 JUT_ASSERT(waveBank);
132 if (waveBank->isLoading())
133 return false;
134 }
135 }
136 return true;
137}
138
139void JAUSection::disposeUserDisposers_()
140{

Callers 1

popSectionMethod · 0.80

Calls 3

testMethod · 0.45
getWaveBankMethod · 0.45
isLoadingMethod · 0.45

Tested by

no test coverage detected