MCPcopy
hub / github.com/cli/cli / ConfigureOurs

Method ConfigureOurs

pkg/cmd/auth/shared/git_credential.go:11–11  ·  view source on GitHub ↗
(hostname string)

Source from the content-addressed store, hash-verified

9
10type HelperConfig interface {
11 ConfigureOurs(hostname string) error
12 ConfiguredHelper(hostname string) (gitcredentials.Helper, error)
13}
14

Callers 1

SetupMethod · 0.65

Implementers 2

HelperConfigpkg/cmd/auth/shared/gitcredentials/hel
FakeHelperConfigpkg/cmd/auth/shared/gitcredentials/fak

Calls

no outgoing calls

Tested by

no test coverage detected