Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
func
(g *mockGitClient) Pull(remote, branch string) error {
46
args := g.Called(remote, branch)
47
return
args.Error(0)
48
}
49
50
func
(g *mockGitClient) Remotes() (git.RemoteSet, error) {
51
args := g.Called()
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected