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

Function TestSearchService_Issues_coverage

github/search_test.go:335–346  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

333}
334
335func TestSearchService_Issues_coverage(t *testing.T) {
336 t.Parallel()
337 client, _, _ := setup(t)
338
339 ctx := t.Context()
340
341 const methodName = "Issues"
342 testBadOptions(t, methodName, func() (err error) {
343 _, _, err = client.Search.Issues(ctx, "\n", nil)
344 return err
345 })
346}
347
348func TestSearchService_Issues_withQualifiersNoOpts(t *testing.T) {
349 t.Parallel()

Callers

nothing calls this directly

Calls 3

testBadOptionsFunction · 0.85
IssuesMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…