Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
114
func
(pr *PullRequest) LoadAttributes() error {
115
return
pr.loadAttributes(x)
116
}
117
118
func
(pr *PullRequest) LoadIssue() (err error) {
119
if
pr.Issue != nil {
Callers
3
Merge
Method · 0.95
AddTestPullRequestTask
Function · 0.45
TestPullRequests
Function · 0.45
Calls
1
loadAttributes
Method · 0.95
Tested by
1
TestPullRequests
Function · 0.36