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

Function TestSearchService_Topics_coverage

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

Source from the content-addressed store, hash-verified

190}
191
192func TestSearchService_Topics_coverage(t *testing.T) {
193 t.Parallel()
194 client, _, _ := setup(t)
195
196 ctx := t.Context()
197
198 const methodName = "Topics"
199 testBadOptions(t, methodName, func() (err error) {
200 _, _, err = client.Search.Topics(ctx, "\n", nil)
201 return err
202 })
203}
204
205func TestSearchService_Commits(t *testing.T) {
206 t.Parallel()

Callers

nothing calls this directly

Calls 3

testBadOptionsFunction · 0.85
TopicsMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…