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

Method formatstr_scan

lib/library.cpp:1620–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1618}
1619
1620bool Library::formatstr_scan(const Token* ftok) const
1621{
1622 return mData->mFunctions.at(getFunctionName(ftok)).formatstr_scan;
1623}
1624
1625bool Library::formatstr_secure(const Token* ftok) const
1626{

Callers 2

parseFunctionCallMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected