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

Function TestRepositoriesService_GetKey_invalidOwner

github/repos_keys_test.go:97–104  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

95}
96
97func TestRepositoriesService_GetKey_invalidOwner(t *testing.T) {
98 t.Parallel()
99 client, _, _ := setup(t)
100
101 ctx := t.Context()
102 _, _, err := client.Repositories.GetKey(ctx, "%", "%", 1)
103 testURLParseError(t, err)
104}
105
106func TestRepositoriesService_CreateKey(t *testing.T) {
107 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
GetKeyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…