MCPcopy Create free account
hub / github.com/google/go-github / TestReleaseEvent_GetRelease

Function TestReleaseEvent_GetRelease

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

Source from the content-addressed store, hash-verified

39917}
39918
39919func TestReleaseEvent_GetRelease(tt *testing.T) {
39920 tt.Parallel()
39921 r := &ReleaseEvent{}
39922 r.GetRelease()
39923 r = nil
39924 r.GetRelease()
39925}
39926
39927func TestReleaseEvent_GetRepo(tt *testing.T) {
39928 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetReleaseMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…