MCPcopy Index your code
hub / github.com/cli/cli / Pull

Method Pull

pkg/cmd/extension/mocks.go:45–48  ·  view source on GitHub ↗
(remote, branch string)

Source from the content-addressed store, hash-verified

43}
44
45func (g *mockGitClient) Pull(remote, branch string) error {
46 args := g.Called(remote, branch)
47 return args.Error(0)
48}
49
50func (g *mockGitClient) Remotes() (git.RemoteSet, error) {
51 args := g.Called()

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected