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

Method Remotes

pkg/cmd/extension/mocks.go:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (g *mockGitClient) Remotes() (git.RemoteSet, error) {
51 args := g.Called()
52 return nil, args.Error(1)
53}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected