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

Function TestProjectV2ItemContent_GetDraftIssue

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

Source from the content-addressed store, hash-verified

35721}
35722
35723func TestProjectV2ItemContent_GetDraftIssue(tt *testing.T) {
35724 tt.Parallel()
35725 p := &ProjectV2ItemContent{}
35726 p.GetDraftIssue()
35727 p = nil
35728 p.GetDraftIssue()
35729}
35730
35731func TestProjectV2ItemContent_GetIssue(tt *testing.T) {
35732 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetDraftIssueMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…