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

Function TestUser_GetEmail

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

Source from the content-addressed store, hash-verified

52328}
52329
52330func TestUser_GetEmail(tt *testing.T) {
52331 tt.Parallel()
52332 var zeroValue string
52333 u := &User{Email: &zeroValue}
52334 u.GetEmail()
52335 u = &User{}
52336 u.GetEmail()
52337 u = nil
52338 u.GetEmail()
52339}
52340
52341func TestUser_GetEventsURL(tt *testing.T) {
52342 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetEmailMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…