Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ LocalGitDir
Method
LocalGitDir
config/config.go:375–378 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
373
}
374
375
func
(c *Configuration) LocalGitDir() string {
376
c.loadGitDirs()
377
return
*c.gitDir
378
}
379
380
func
(c *Configuration) loadGitDirs() {
381
c.loadingGit.Lock()
Callers
9
InRepo
Method · 0.95
Filesystem
Method · 0.95
NewClient
Function · 0.80
Environ
Function · 0.80
newLockClient
Function · 0.80
migrateImportCommand
Function · 0.80
trackCommand
Function · 0.80
getAllKnownPatterns
Function · 0.80
WrapRepo
Function · 0.80
Calls
1
loadGitDirs
Method · 0.95
Tested by
no test coverage detected