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

Function TestKey_GetTitle

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

Source from the content-addressed store, hash-verified

25729}
25730
25731func TestKey_GetTitle(tt *testing.T) {
25732 tt.Parallel()
25733 var zeroValue string
25734 k := &Key{Title: &zeroValue}
25735 k.GetTitle()
25736 k = &Key{}
25737 k.GetTitle()
25738 k = nil
25739 k.GetTitle()
25740}
25741
25742func TestKey_GetURL(tt *testing.T) {
25743 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetTitleMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…