Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
748
func
(prs PullRequestList) LoadAttributes() error {
749
return
prs.loadAttributes(x)
750
}
751
752
func
addHeadRepoTasks(prs []*PullRequest) {
753
for
_, pr :=
range
prs {
Callers
nothing calls this directly
Calls
1
loadAttributes
Method · 0.95
Tested by
no test coverage detected