Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ end
Function
end
lib/programmemory.h:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
Map::const_iterator end() const {
144
return mValues->cend();
145
}
146
147
friend bool operator==(const ProgramMemory& x, const ProgramMemory& y) {
148
return x.mValues == y.mValues;
Callers
6
checkTypeCombination
Function · 0.70
checkSizeofForPointerSize
Method · 0.70
importVcxitems
Method · 0.70
beginEnd
Function · 0.50
f
Function · 0.50
assertWithSideEffect_std_begin
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected