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

Method GetAll

config/delayed_environment.go:27–30  ·  view source on GitHub ↗

Get is shorthand for calling the e.Load(), and then returning `e.env.GetAll(key)`.

(key string)

Source from the content-addressed store, hash-verified

25// Get is shorthand for calling the e.Load(), and then returning
26// `e.env.GetAll(key)`.
27func (e *delayedEnvironment) GetAll(key string) []string {
28 e.Load()
29 return e.env.GetAll(key)
30}
31
32// Get is shorthand for calling the e.Load(), and then returning
33// `e.env.Bool(key, def)`.

Callers

nothing calls this directly

Calls 2

LoadMethod · 0.95
GetAllMethod · 0.65

Tested by

no test coverage detected