MCPcopy Create free account
hub / github.com/google/go-github / GetRelease

Method GetRelease

github/github-accessors.go:31690–31695  ·  view source on GitHub ↗

GetRelease returns the Release field.

()

Source from the content-addressed store, hash-verified

31688
31689// GetRelease returns the Release field.
31690func (r *ReleaseEvent) GetRelease() *RepositoryRelease {
31691 if r == nil {
31692 return nil
31693 }
31694 return r.Release
31695}
31696
31697// GetRepo returns the Repo field.
31698func (r *ReleaseEvent) GetRepo() *Repository {

Callers 3

mainFunction · 0.45

Calls

no outgoing calls

Tested by 2