Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
129
func
(c *Comment) LoadAttributes() error {
130
return
c.loadAttributes(x)
131
}
132
133
func
(c *Comment) HTMLURL() string {
134
return
fmt.Sprintf(
"%s#issuecomment-%d"
, c.Issue.HTMLURL(), c.ID)
Callers
3
GetCommentByID
Function · 0.45
UpdateComment
Function · 0.45
DeleteCommentByID
Function · 0.45
Calls
1
loadAttributes
Method · 0.95
Tested by
no test coverage detected