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

Method formatstr_secure

lib/library.cpp:1625–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623}
1624
1625bool Library::formatstr_secure(const Token* ftok) const
1626{
1627 return mData->mFunctions.at(getFunctionName(ftok)).formatstr_secure;
1628}
1629
1630const Library::NonOverlappingData* Library::getNonOverlappingData(const Token *ftok) const
1631{

Callers 1

Calls 1

atMethod · 0.80

Tested by

no test coverage detected