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

Method remove

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

==============================================================================

Source from the content-addressed store, hash-verified

225
226//==============================================================================
227void StringArray::remove (int index)
228{
229 strings.remove (index);
230}
231
232void StringArray::removeString (StringRef stringToRemove, bool ignoreCase)
233{

Callers 15

~CachedImageFunction · 0.45
imageDataBeingDeletedFunction · 0.45
setAssociatedObjectMethod · 0.45
removeRequestWithIdMethod · 0.45
removeListenerFunction · 0.45
removeListenerFunction · 0.45
getAvailableDevicesFunction · 0.45
removeListenerFunction · 0.45
removeListenerMethod · 0.45
removeListenerMethod · 0.45
handleDevicesRemovedFunction · 0.45
removeListenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected