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

Method containsKey

JUCE/modules/juce_core/text/juce_StringPairArray.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool StringPairArray::containsKey (StringRef key) const noexcept
101{
102 return keys.contains (key, ignoreCase);
103}
104
105void StringPairArray::set (const String& key, const String& value)
106{

Callers 9

getLastSearchPathMethod · 0.45
AcidChunkMethod · 0.45
openMidiPortWithIDMethod · 0.45
unpairBluetoothDeviceMethod · 0.45
onDeviceOpenedMethod · 0.45
onDeviceOpenedDelayedMethod · 0.45
translateMethod · 0.45
getAppConfigDefsMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected