Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
249
func
Config(name string) (string, error) {
250
return
gitGetConfig(name)
251
}
252
253
func
ConfigAll(name string) ([]string, error) {
254
mode :=
"--get-all"
Callers
9
runHelp
Function · 0.92
branchTrackingInformation
Function · 0.92
transformCheckoutArgs
Function · 0.92
colorizeOutput
Function · 0.92
RemoteBranchAndProject
Method · 0.92
preferredProtocol
Function · 0.92
IsHttpsProtocol
Function · 0.92
CommentChar
Function · 0.70
Alias
Function · 0.70
Calls
1
gitGetConfig
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…