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

Function TestProjectV2Item_GetNodeID

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

Source from the content-addressed store, hash-verified

35661}
35662
35663func TestProjectV2Item_GetNodeID(tt *testing.T) {
35664 tt.Parallel()
35665 var zeroValue string
35666 p := &ProjectV2Item{NodeID: &zeroValue}
35667 p.GetNodeID()
35668 p = &ProjectV2Item{}
35669 p.GetNodeID()
35670 p = nil
35671 p.GetNodeID()
35672}
35673
35674func TestProjectV2Item_GetProjectNodeID(tt *testing.T) {
35675 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetNodeIDMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…