Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
62
func
New() *Configuration {
63
return
NewIn(
""
,
""
)
64
}
65
66
func
NewIn(workdir, gitdir string) *Configuration {
67
gitConf := git.NewConfig(workdir, gitdir)
Callers
8
TestRemoteLocksWithCache
Function · 0.92
TestRefreshCache
Function · 0.92
TestSearchLocksVerifiableWithCache
Function · 0.92
scanUnpushed
Function · 0.92
scanPreviousVersions
Function · 0.92
dedupCommand
Function · 0.92
Run
Function · 0.92
lfstest-customadapter.go
File · 0.92
Calls
1
NewIn
Function · 0.85
Tested by
5
TestRemoteLocksWithCache
Function · 0.74
TestRefreshCache
Function · 0.74
TestSearchLocksVerifiableWithCache
Function · 0.74
scanUnpushed
Function · 0.74
scanPreviousVersions
Function · 0.74