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

Function TestIssue_GetBody

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

Source from the content-addressed store, hash-verified

24085}
24086
24087func TestIssue_GetBody(tt *testing.T) {
24088 tt.Parallel()
24089 var zeroValue string
24090 i := &Issue{Body: &zeroValue}
24091 i.GetBody()
24092 i = &Issue{}
24093 i.GetBody()
24094 i = nil
24095 i.GetBody()
24096}
24097
24098func TestIssue_GetClosedAt(tt *testing.T) {
24099 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetBodyMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…