MCPcopy Create free account
hub / github.com/gogs/gogs / CommentHashTag

Function CommentHashTag

internal/database/comment.go:150–152  ·  view source on GitHub ↗
(id int64)

Source from the content-addressed store, hash-verified

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

Callers 4

HashTagMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected