MCPcopy
hub / github.com/github/git-sizer / GetConfig

Method GetConfig

internal/refopts/ref_group_builder.go:15–15  ·  view source on GitHub ↗
(prefix string)

Source from the content-addressed store, hash-verified

13// Configger is an abstraction for a thing that can read gitconfig.
14type Configger interface {
15 GetConfig(prefix string) (*git.Config, error)
16}
17
18// RefGroupBuilder handles reference-related options and puts together

Callers 2

augmentFromConfigMethod · 0.65

Implementers 1

Repositorygit/git.go

Calls

no outgoing calls

Tested by

no test coverage detected