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

Function TestSearchService_Labels_coverage

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

Source from the content-addressed store, hash-verified

642}
643
644func TestSearchService_Labels_coverage(t *testing.T) {
645 t.Parallel()
646 client, _, _ := setup(t)
647
648 ctx := t.Context()
649
650 const methodName = "Labels"
651 testBadOptions(t, methodName, func() (err error) {
652 _, _, err = client.Search.Labels(ctx, -1234, "\n", nil)
653 return err
654 })
655}
656
657func TestMatch_Marshal(t *testing.T) {
658 t.Parallel()

Callers

nothing calls this directly

Calls 3

testBadOptionsFunction · 0.85
LabelsMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…