MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / removeRange

Method removeRange

JuceLibraryCode/modules/juce_core/text/juce_StringArray.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void StringArray::removeRange (int startIndex, int numberToRemove)
245{
246 strings.removeRange (startIndex, numberToRemove);
247}
248
249//==============================================================================
250void StringArray::removeEmptyStrings (bool removeWhitespaceStrings)

Callers 12

removeRangeOfGlyphsMethod · 0.45
clearMethod · 0.45
clearCachedIteratorsMethod · 0.45
removeMethod · 0.45
setMaxNumberOfItemsMethod · 0.45
splitFunction · 0.45
prepareMethod · 0.45
removeEllipsisFunction · 0.45
removeEscapeCharsMethod · 0.45
spliceMethod · 0.45
removeValueForOptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected