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

Method GetPlan

github/github-accessors.go:41770–41775  ·  view source on GitHub ↗

GetPlan returns the Plan field.

()

Source from the content-addressed store, hash-verified

41768
41769// GetPlan returns the Plan field.
41770func (u *User) GetPlan() *Plan {
41771 if u == nil {
41772 return nil
41773 }
41774 return u.Plan
41775}
41776
41777// GetPrivateGists returns the PrivateGists field if it's non-nil, zero value otherwise.
41778func (u *User) GetPrivateGists() int {

Callers 2

TestUser_GetPlanFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestUser_GetPlanFunction · 0.76