MCPcopy Create free account
hub / github.com/AshampooSystems/boden / RedditPost

Method RedditPost

examples/reddit/src/reddit.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected