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

Function TestTimeline_GetEvent

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

Source from the content-addressed store, hash-verified

50603}
50604
50605func TestTimeline_GetEvent(tt *testing.T) {
50606 tt.Parallel()
50607 var zeroValue string
50608 t := &Timeline{Event: &zeroValue}
50609 t.GetEvent()
50610 t = &Timeline{}
50611 t.GetEvent()
50612 t = nil
50613 t.GetEvent()
50614}
50615
50616func TestTimeline_GetID(tt *testing.T) {
50617 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetEventMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…