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