| 19 | { |
| 20 | public: |
| 21 | RedditPost() = default; |
| 22 | RedditPost(const std::string &title_, const std::string &url_, const std::string &thumbnailUrl_) |
| 23 | : title(title_), url(url_), thumbnailUrl(thumbnailUrl_) |
| 24 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected