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

Interface Configger

internal/refopts/ref_group_builder.go:14–16  ·  view source on GitHub ↗

Configger is an abstraction for a thing that can read gitconfig.

Source from the content-addressed store, hash-verified

12
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
19// a `sizes.RefGrouper` to be used by the main part of the program.

Callers 2

augmentFromConfigMethod · 0.65

Implementers 1

Repositorygit/git.go

Calls

no outgoing calls

Tested by

no test coverage detected