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

Method LoadAttributes

internal/database/pull.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (pr *PullRequest) LoadAttributes() error {
115 return pr.loadAttributes(x)
116}
117
118func (pr *PullRequest) LoadIssue() (err error) {
119 if pr.Issue != nil {

Callers 3

MergeMethod · 0.95
AddTestPullRequestTaskFunction · 0.45
TestPullRequestsFunction · 0.45

Calls 1

loadAttributesMethod · 0.95

Tested by 1

TestPullRequestsFunction · 0.36