Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
14
type
Configger
interface
{
15
GetConfig(prefix string) (*git.Config, error)
16
}
17
18
// RefGroupBuilder handles reference-related options and puts together
Callers
2
augmentFromConfig
Method · 0.65
readRefgroupsFromGitconfig
Method · 0.65
Implementers
1
Repository
git/git.go
Calls
no outgoing calls
Tested by
no test coverage detected