MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / clearQuick

Method clearQuick

JUCE/modules/juce_core/text/juce_StringArray.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void StringArray::clearQuick()
117{
118 strings.clearQuick();
119}
120
121const String& StringArray::operator[] (int index) const noexcept
122{

Callers 15

repopulateArrangementsFunction · 0.45
clearMethod · 0.45
clearMethod · 0.45
associateBufferToMethod · 0.45
prepareBuffersMethod · 0.45
clearMethod · 0.45
createStrokeFunction · 0.45
clearMethod · 0.45
runMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected