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

Struct GitFetcher

config/git_fetcher.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type GitFetcher struct {
15 vmu sync.RWMutex
16 vals map[string][]string
17}
18
19func readGitConfig(configs ...*git.ConfigurationSource) (gf *GitFetcher, extensions map[string]Extension, uniqRemotes map[string]bool) {
20 vals := make(map[string][]string)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected