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

Function TestSource_GetIssue

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

Source from the content-addressed store, hash-verified

48682}
48683
48684func TestSource_GetIssue(tt *testing.T) {
48685 tt.Parallel()
48686 s := &Source{}
48687 s.GetIssue()
48688 s = nil
48689 s.GetIssue()
48690}
48691
48692func TestSource_GetType(tt *testing.T) {
48693 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetIssueMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…