HashTag returns unique hash tag for comment.
()
| 153 | |
| 154 | // HashTag returns unique hash tag for comment. |
| 155 | func (c *Comment) HashTag() string { |
| 156 | return CommentHashTag(c.ID) |
| 157 | } |
| 158 | |
| 159 | // EventTag returns unique event hash tag for comment. |
| 160 | func (c *Comment) EventTag() string { |
no test coverage detected