(id int64)
| 148 | } |
| 149 | |
| 150 | func CommentHashTag(id int64) string { |
| 151 | return "issuecomment-" + com.ToStr(id) |
| 152 | } |
| 153 | |
| 154 | // HashTag returns unique hash tag for comment. |
| 155 | func (c *Comment) HashTag() string { |
no outgoing calls
no test coverage detected