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

Function TestPackageFile_GetDownloadURL

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

Source from the content-addressed store, hash-verified

31669}
31670
31671func TestPackageFile_GetDownloadURL(tt *testing.T) {
31672 tt.Parallel()
31673 var zeroValue string
31674 p := &PackageFile{DownloadURL: &zeroValue}
31675 p.GetDownloadURL()
31676 p = &PackageFile{}
31677 p.GetDownloadURL()
31678 p = nil
31679 p.GetDownloadURL()
31680}
31681
31682func TestPackageFile_GetID(tt *testing.T) {
31683 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetDownloadURLMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…