Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ URLConfig
Struct
URLConfig
config/url_config.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
URLConfig
struct
{
11
git Environment
12
}
13
14
func
NewURLConfig(git Environment) *URLConfig {
15
if
git == nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected