MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / FTItemComment

Class FTItemComment

NetStream/libs/include/ftube.h:167–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165} FTItemChannel;
166
167typedef struct FTItemComment
168{
169 char reserved[sizeof(char *) + sizeof(uint32_t)];
170 const char *author;
171 const char *authorId;
172 const char *published;
173 const char *thmbUrl;
174 const char *content;
175 const char *voteCount;
176 uint32_t replyCount;
177 bool isOwner;
178 bool likedByOwner;
179 const char *replyContinuation;
180} FTItemComment;
181
182typedef struct FTItem
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected