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

Function TestTimeline_GetLabel

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

Source from the content-addressed store, hash-verified

50625}
50626
50627func TestTimeline_GetLabel(tt *testing.T) {
50628 tt.Parallel()
50629 t := &Timeline{}
50630 t.GetLabel()
50631 t = nil
50632 t.GetLabel()
50633}
50634
50635func TestTimeline_GetMessage(tt *testing.T) {
50636 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetLabelMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…