MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / find

Method find

Source/Utils/json.hpp:16517–16527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16515 }
16516
16517 iterator find(const Key& key)
16518 {
16519 for (auto it = this->begin(); it != this->end(); ++it)
16520 {
16521 if (it->first == key)
16522 {
16523 return it;
16524 }
16525 }
16526 return Container::end();
16527 }
16528
16529 const_iterator find(const Key& key) const
16530 {

Callers 15

findVersionsMethod · 0.80
GetFilePathMethod · 0.80
isCampaignAvailableMethod · 0.80
file_selectFunction · 0.80
GetStateMethod · 0.80
saveMethod · 0.80
countMethod · 0.80
ParseResultClass · 0.80
consume_positionalMethod · 0.80
parseMethod · 0.80
help_one_groupMethod · 0.80
replace_substringFunction · 0.80

Calls 3

endFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected