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

Function TestApp_GetHTMLURL

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

Source from the content-addressed store, hash-verified

1833}
1834
1835func TestApp_GetHTMLURL(tt *testing.T) {
1836 tt.Parallel()
1837 var zeroValue string
1838 a := &App{HTMLURL: &zeroValue}
1839 a.GetHTMLURL()
1840 a = &App{}
1841 a.GetHTMLURL()
1842 a = nil
1843 a.GetHTMLURL()
1844}
1845
1846func TestApp_GetID(tt *testing.T) {
1847 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetHTMLURLMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…