| 1837 | } |
| 1838 | |
| 1839 | bool Library::reportErrors(const std::string &path) const |
| 1840 | { |
| 1841 | const auto it = utils::as_const(mData->mReportErrors).find(Path::getFilenameExtensionInLowerCase(path)); |
| 1842 | return (it == mData->mReportErrors.cend() || it->second); |
| 1843 | } |
| 1844 | |
| 1845 | bool Library::isexecutableblock(const std::string &file, const std::string &token) const |
| 1846 | { |