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

Method LoadAttributes

internal/database/issue.go:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func (issue *Issue) LoadAttributes() error {
161 return issue.loadAttributes(x)
162}
163
164func (issue *Issue) HTMLURL() string {
165 var path string

Callers 11

GetIssueByRefFunction · 0.45
GetIssueByIndexFunction · 0.45
IssuesFunction · 0.45
ExploreReposFunction · 0.45
DashboardFunction · 0.45
SettingsReposFunction · 0.45
ReleasesFunction · 0.45
SearchFunction · 0.45
listUserRepositoriesFunction · 0.45
listIssuesFunction · 0.45
ReposFunction · 0.45

Implementers 1

mailerIssueinternal/database/issue_mail.go

Calls 1

loadAttributesMethod · 0.95

Tested by

no test coverage detected