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

Function TestGitService_CreateTree_invalidOwner

github/git_trees_test.go:329–336  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

327}
328
329func TestGitService_CreateTree_invalidOwner(t *testing.T) {
330 t.Parallel()
331 client, _, _ := setup(t)
332
333 ctx := t.Context()
334 _, _, err := client.Git.CreateTree(ctx, "%", "%", "", nil)
335 testURLParseError(t, err)
336}
337
338func TestTree_Marshal(t *testing.T) {
339 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
CreateTreeMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…