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

Function TestSearchService_Users_coverage

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

Source from the content-addressed store, hash-verified

465}
466
467func TestSearchService_Users_coverage(t *testing.T) {
468 t.Parallel()
469 client, _, _ := setup(t)
470
471 ctx := t.Context()
472
473 const methodName = "Users"
474 testBadOptions(t, methodName, func() (err error) {
475 _, _, err = client.Search.Users(ctx, "\n", nil)
476 return err
477 })
478}
479
480func TestSearchService_Code(t *testing.T) {
481 t.Parallel()

Callers

nothing calls this directly

Calls 3

testBadOptionsFunction · 0.85
UsersMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…