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

Function New

config/config.go:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func New() *Configuration {
63 return NewIn("", "")
64}
65
66func NewIn(workdir, gitdir string) *Configuration {
67 gitConf := git.NewConfig(workdir, gitdir)

Callers 8

TestRemoteLocksWithCacheFunction · 0.92
TestRefreshCacheFunction · 0.92
scanUnpushedFunction · 0.92
scanPreviousVersionsFunction · 0.92
dedupCommandFunction · 0.92
RunFunction · 0.92

Calls 1

NewInFunction · 0.85

Tested by 5

TestRemoteLocksWithCacheFunction · 0.74
TestRefreshCacheFunction · 0.74
scanUnpushedFunction · 0.74
scanPreviousVersionsFunction · 0.74