| 103 | void showError(const std::string& /*message*/) {} |
| 104 | |
| 105 | std::string |
| 106 | findReferencedImageUrl(const std::span<const std::byte>& /*bytes*/) { |
| 107 | return "http://example.com/image.png"; |
| 108 | } |
| 109 | |
| 110 | std::string findReferencedImageUrl(const ProcessedContent& /*processed*/) { |
| 111 | return "http://example.com/image.png"; |
no outgoing calls
no test coverage detected