MCPcopy
hub / github.com/cli/cli / FakeHelperConfig

Struct FakeHelperConfig

pkg/cmd/auth/shared/gitcredentials/fake_helper_config.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type FakeHelperConfig struct {
11 SelfExecutablePath string
12 Helpers map[string]Helper
13}
14
15// ConfigureOurs sets up the git credential helper chain to use the GitHub CLI credential helper for git repositories
16// including gists.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected