Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ LoadAttributes
Method
LoadAttributes
internal/database/release.go:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
func
(r *Release) LoadAttributes() error {
87
return
r.loadAttributes(x)
88
}
89
90
// This method assumes some fields assigned with values:
91
// Required - Publisher
Callers
2
GetRelease
Function · 0.95
GetReleaseByID
Function · 0.45
Calls
1
loadAttributes
Method · 0.95
Tested by
no test coverage detected