MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / contains

Method contains

externals/picojson/picojson.h:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469inline bool value::contains(const size_t idx) const {
470 PICOJSON_ASSERT(is<array>());
471 return idx < u_.array_->size();
472}
473
474inline bool value::contains(const std::string &key) const {
475 PICOJSON_ASSERT(is<object>());

Callers 15

findInFilesClickedMethod · 0.45
resultsContextMenuMethod · 0.45
filterMatchMethod · 0.45
addErrorItemMethod · 0.45
isErrorItemHiddenMethod · 0.45
recheckSelectedFilesMethod · 0.45
suppressSelectedIdsMethod · 0.45
checkMethod · 0.45
filterMatchesMethod · 0.45
updateAddonCheckBoxFunction · 0.45

Calls 3

sizeMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by 6

filterFilesMethod · 0.36
filterFiles2Method · 0.36
filterFiles3Method · 0.36
filterFiles4Method · 0.36
filterFiles5Method · 0.36