MCPcopy
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
375func (c *Configuration) LocalGitDir() string {
376 c.loadGitDirs()
377 return *c.gitDir
378}
379
380func (c *Configuration) loadGitDirs() {
381 c.loadingGit.Lock()

Callers 9

InRepoMethod · 0.95
FilesystemMethod · 0.95
NewClientFunction · 0.80
EnvironFunction · 0.80
newLockClientFunction · 0.80
migrateImportCommandFunction · 0.80
trackCommandFunction · 0.80
getAllKnownPatternsFunction · 0.80
WrapRepoFunction · 0.80

Calls 1

loadGitDirsMethod · 0.95

Tested by

no test coverage detected