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

Struct gitCredentialsConfigurerSpy

pkg/cmd/auth/setupgit/setupgit_test.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type gitCredentialsConfigurerSpy struct {
19 hosts []string
20 setupErr error
21}
22
23func (gf *gitCredentialsConfigurerSpy) ConfigureOurs(hostname string) error {
24 gf.hosts = append(gf.hosts, hostname)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected