Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
469
inline bool value::contains(const size_t idx) const {
470
PICOJSON_ASSERT(is<array>());
471
return idx < u_.array_->size();
472
}
473
474
inline bool value::contains(const std::string &key) const {
475
PICOJSON_ASSERT(is<object>());
Callers
15
findInFilesClicked
Method · 0.45
resultsContextMenu
Method · 0.45
constParameterPointer_QHash_contains
Function · 0.45
constParameterPointer_map_contains
Function · 0.45
filterMatch
Method · 0.45
addErrorItem
Method · 0.45
isErrorItemHidden
Method · 0.45
recheckSelectedFiles
Method · 0.45
suppressSelectedIds
Method · 0.45
check
Method · 0.45
filterMatches
Method · 0.45
updateAddonCheckBox
Function · 0.45
Calls
3
size
Method · 0.45
find
Method · 0.45
end
Method · 0.45
Tested by
6
addDirectory_recursive
Method · 0.36
filterFiles
Method · 0.36
filterFiles2
Method · 0.36
filterFiles3
Method · 0.36
filterFiles4
Method · 0.36
filterFiles5
Method · 0.36