MCPcopy Index your code
hub / github.com/gogs/gogs / LoadAttributes

Method LoadAttributes

internal/database/comment.go:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129func (c *Comment) LoadAttributes() error {
130 return c.loadAttributes(x)
131}
132
133func (c *Comment) HTMLURL() string {
134 return fmt.Sprintf("%s#issuecomment-%d", c.Issue.HTMLURL(), c.ID)

Callers 3

GetCommentByIDFunction · 0.45
UpdateCommentFunction · 0.45
DeleteCommentByIDFunction · 0.45

Calls 1

loadAttributesMethod · 0.95

Tested by

no test coverage detected