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

Function begin

lib/programmemory.h:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 void replace(ProgramMemory pm, bool skipUnknown = false);
138
139 Map::const_iterator begin() const {
140 return mValues->cbegin();
141 }
142
143 Map::const_iterator end() const {
144 return mValues->cend();

Callers 6

checkTypeCombinationFunction · 0.70
beginEndFunction · 0.50
fFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected