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

Function TestSearchService_Repositories_coverage

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

Source from the content-addressed store, hash-verified

57}
58
59func TestSearchService_Repositories_coverage(t *testing.T) {
60 t.Parallel()
61 client, _, _ := setup(t)
62
63 ctx := t.Context()
64
65 const methodName = "Repositories"
66 testBadOptions(t, methodName, func() (err error) {
67 _, _, err = client.Search.Repositories(ctx, "\n", nil)
68 return err
69 })
70}
71
72func TestSearchService_RepositoriesTextMatch(t *testing.T) {
73 t.Parallel()

Callers

nothing calls this directly

Calls 3

testBadOptionsFunction · 0.85
RepositoriesMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…