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

Method GetStateAt

libraries/lib-realtime-effects/RealtimeEffectList.cpp:203–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203std::shared_ptr<RealtimeEffectState>
204RealtimeEffectList::GetStateAt(size_t index) noexcept
205{
206 if (index < mStates.size())
207 return mStates[index];
208 return nullptr;
209}
210
211std::shared_ptr<const RealtimeEffectState>
212RealtimeEffectList::GetStateAt(size_t index) const noexcept

Callers 6

GetEffectStagesImplFunction · 0.80
ReplaceStateMethod · 0.80
RestoreUndoRedoStateMethod · 0.80
ReloadEffectsListMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected