Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
bool StringPairArray::containsKey (StringRef key) const noexcept
101
{
102
return keys.contains (key, ignoreCase);
103
}
104
105
void StringPairArray::set (const String& key, const String& value)
106
{
Callers
9
getLastSearchPath
Method · 0.45
AcidChunk
Method · 0.45
openMidiPortWithID
Method · 0.45
getBluetoothDeviceStatus
Method · 0.45
unpairBluetoothDevice
Method · 0.45
onDeviceOpened
Method · 0.45
onDeviceOpenedDelayed
Method · 0.45
translate
Method · 0.45
getAppConfigDefs
Method · 0.45
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected