MCPcopy 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

checkTypeCombinationFunction · 0.70
importVcxitemsMethod · 0.70
beginEndFunction · 0.50
fFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected