MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / find

Method find

dependencies/json/json.hpp:16596–16606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16594 }
16595
16596 iterator find(const Key& key)
16597 {
16598 for (auto it = this->begin(); it != this->end(); ++it)
16599 {
16600 if (it->first == key)
16601 {
16602 return it;
16603 }
16604 }
16605 return Container::end();
16606 }
16607
16608 const_iterator find(const Key& key) const
16609 {

Callers 15

configureMethod · 0.45
UpdateProfileListMethod · 0.45
QuoteIfNecessaryFunction · 0.45
OptionDeviceFunction · 0.45
cli_pre_detectionFunction · 0.45
KeyboardLayoutManagerMethod · 0.45
InitializeMethod · 0.45
DetectMSIRGBControllersFunction · 0.45
SetSkuRegionFunction · 0.45

Calls 3

endFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by 3

parse_function_argumentsFunction · 0.36
generate_function_codeFunction · 0.36
parse_function_codeFunction · 0.36