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

Function TestPullRequest_GetMerged

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

Source from the content-addressed store, hash-verified

36772}
36773
36774func TestPullRequest_GetMerged(tt *testing.T) {
36775 tt.Parallel()
36776 var zeroValue bool
36777 p := &PullRequest{Merged: &zeroValue}
36778 p.GetMerged()
36779 p = &PullRequest{}
36780 p.GetMerged()
36781 p = nil
36782 p.GetMerged()
36783}
36784
36785func TestPullRequest_GetMergedAt(tt *testing.T) {
36786 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetMergedMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…