| 88 | }; |
| 89 | |
| 90 | ProcessedContent |
| 91 | processDownloadedContent(const std::span<const std::byte>& /*bytes*/) { |
| 92 | return ProcessedContent(); |
| 93 | } |
| 94 | void useDownloadedContent(const std::span<const std::byte>& /*bytes*/) {} |
| 95 | void updateApplicationWithProcessedContent( |
| 96 | const ProcessedContent& /*content*/) {} |
no test coverage detected