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

Function TestIssue_GetUser

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

Source from the content-addressed store, hash-verified

24386}
24387
24388func TestIssue_GetUser(tt *testing.T) {
24389 tt.Parallel()
24390 i := &Issue{}
24391 i.GetUser()
24392 i = nil
24393 i.GetUser()
24394}
24395
24396func TestIssueComment_GetAuthorAssociation(tt *testing.T) {
24397 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetUserMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…