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

Function cend

externals/simplecpp/simplecpp.h:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 return mData.cbegin();
503 }
504 const_iterator cend() const {
505 return mData.cend();
506 }
507
508 private:
509 struct FileID {

Callers 1

beginEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected