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

Function TestApp_GetName

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

Source from the content-addressed store, hash-verified

1866}
1867
1868func TestApp_GetName(tt *testing.T) {
1869 tt.Parallel()
1870 var zeroValue string
1871 a := &App{Name: &zeroValue}
1872 a.GetName()
1873 a = &App{}
1874 a.GetName()
1875 a = nil
1876 a.GetName()
1877}
1878
1879func TestApp_GetNodeID(tt *testing.T) {
1880 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…