MCPcopy
hub / github.com/cli/cli / Config

Method Config

pkg/cmd/extension/mocks.go:27–30  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

25}
26
27func (g *mockGitClient) Config(name string) (string, error) {
28 args := g.Called(name)
29 return args.String(0), args.Error(1)
30}
31
32func (g *mockGitClient) Fetch(remote string, refspec string) error {
33 args := g.Called(remote, refspec)

Callers

nothing calls this directly

Calls 2

StringMethod · 0.45
ErrorMethod · 0.45

Tested by

no test coverage detected