MCPcopy Index your code
hub / github.com/google/go-github / GetIssue

Method GetIssue

github/github-accessors.go:38730–38735  ·  view source on GitHub ↗

GetIssue returns the Issue field.

()

Source from the content-addressed store, hash-verified

38728
38729// GetIssue returns the Issue field.
38730func (s *Source) GetIssue() *Issue {
38731 if s == nil {
38732 return nil
38733 }
38734 return s.Issue
38735}
38736
38737// GetType returns the Type field if it's non-nil, zero value otherwise.
38738func (s *Source) GetType() string {

Calls

no outgoing calls