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

Method GetUser

github/github-accessors.go:19234–19239  ·  view source on GitHub ↗

GetUser returns the User field.

()

Source from the content-addressed store, hash-verified

19232
19233// GetUser returns the User field.
19234func (i *Issue) GetUser() *User {
19235 if i == nil {
19236 return nil
19237 }
19238 return i.User
19239}
19240
19241// GetAuthorAssociation returns the AuthorAssociation field if it's non-nil, zero value otherwise.
19242func (i *IssueComment) GetAuthorAssociation() string {

Callers 3

TestIssue_GetUserFunction · 0.95
TestOrganizationAuditLogFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestIssue_GetUserFunction · 0.76
TestOrganizationAuditLogFunction · 0.36