MCPcopy
hub / github.com/mislav/hub / Config

Function Config

git/git.go:249–251  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

247}
248
249func Config(name string) (string, error) {
250 return gitGetConfig(name)
251}
252
253func ConfigAll(name string) ([]string, error) {
254 mode := "--get-all"

Callers 9

runHelpFunction · 0.92
transformCheckoutArgsFunction · 0.92
colorizeOutputFunction · 0.92
preferredProtocolFunction · 0.92
IsHttpsProtocolFunction · 0.92
CommentCharFunction · 0.70
AliasFunction · 0.70

Calls 1

gitGetConfigFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…