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

Function cbegin

externals/simplecpp/simplecpp.h:501–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499 return mData.end();
500 }
501 const_iterator cbegin() const {
502 return mData.cbegin();
503 }
504 const_iterator cend() const {
505 return mData.cend();
506 }

Callers 1

beginEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected