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

Method LoadAttributes

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

Source from the content-addressed store, hash-verified

746}
747
748func (prs PullRequestList) LoadAttributes() error {
749 return prs.loadAttributes(x)
750}
751
752func addHeadRepoTasks(prs []*PullRequest) {
753 for _, pr := range prs {

Callers

nothing calls this directly

Calls 1

loadAttributesMethod · 0.95

Tested by

no test coverage detected