| 166 | } |
| 167 | |
| 168 | bool checkAndMuteError(LogGuard & logGuard, const std::string str) |
| 169 | { |
| 170 | const std::string pattern = R"(\[OpenColorIO Error\]: )" + str + R"([\r\n]+)"; |
| 171 | return logGuard.findAllAndRemove(pattern); |
| 172 | } |
| 173 | |
| 174 | } // namespace OCIO_NAMESPACE |
| 175 |
no test coverage detected