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

Function TestUser_GetPlan

github/github-accessors_test.go:52558–52564  ·  view source on GitHub ↗
(tt *testing.T)

Source from the content-addressed store, hash-verified

52556}
52557
52558func TestUser_GetPlan(tt *testing.T) {
52559 tt.Parallel()
52560 u := &User{}
52561 u.GetPlan()
52562 u = nil
52563 u.GetPlan()
52564}
52565
52566func TestUser_GetPrivateGists(tt *testing.T) {
52567 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetPlanMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…