MCPcopy 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
86func (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

GetReleaseFunction · 0.95
GetReleaseByIDFunction · 0.45

Calls 1

loadAttributesMethod · 0.95

Tested by

no test coverage detected