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

Method All

config/delayed_environment.go:47–50  ·  view source on GitHub ↗

All returns a copy of all the key/value pairs for the current git config.

()

Source from the content-addressed store, hash-verified

45
46// All returns a copy of all the key/value pairs for the current git config.
47func (e *delayedEnvironment) All() map[string][]string {
48 e.Load()
49 return e.env.All()
50}
51
52// Load reads and parses the .gitconfig by calling ReadGitConfig. It
53// also sets values on the configuration instance `g.config`.

Callers

nothing calls this directly

Calls 2

LoadMethod · 0.95
AllMethod · 0.65

Tested by

no test coverage detected