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

Function TestApp_GetID

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

Source from the content-addressed store, hash-verified

1844}
1845
1846func TestApp_GetID(tt *testing.T) {
1847 tt.Parallel()
1848 var zeroValue int64
1849 a := &App{ID: &zeroValue}
1850 a.GetID()
1851 a = &App{}
1852 a.GetID()
1853 a = nil
1854 a.GetID()
1855}
1856
1857func TestApp_GetInstallationsCount(tt *testing.T) {
1858 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…