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

Function TestProjectV2Item_GetID

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

Source from the content-addressed store, hash-verified

35639}
35640
35641func TestProjectV2Item_GetID(tt *testing.T) {
35642 tt.Parallel()
35643 var zeroValue int64
35644 p := &ProjectV2Item{ID: &zeroValue}
35645 p.GetID()
35646 p = &ProjectV2Item{}
35647 p.GetID()
35648 p = nil
35649 p.GetID()
35650}
35651
35652func TestProjectV2Item_GetItemURL(tt *testing.T) {
35653 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetIDMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…