MCPcopy
hub / github.com/git-lfs/git-lfs / LFSStorageDir

Method LFSStorageDir

config/config.go:411–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409}
410
411func (c *Configuration) LFSStorageDir() string {
412 return c.Filesystem().LFSStorageDir
413}
414
415func (c *Configuration) LFSObjectDir() string {
416 return c.Filesystem().LFSObjectDir()

Callers 3

EnvironFunction · 0.80
newLockClientFunction · 0.80
fsckCommandFunction · 0.80

Calls 1

FilesystemMethod · 0.95

Tested by

no test coverage detected