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

Method GetAll

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

GetAll returns the a set of string values associated with a given key. If no entries matched the given key, an empty slice will be returned instead.

(key string)

Source from the content-addressed store, hash-verified

15 // key. If no entries matched the given key, an empty slice will be
16 // returned instead.
17 GetAll(key string) (vals []string)
18
19 // All returns a copy of all the key/value pairs for the current
20 // environment.

Callers 4

GetAllMethod · 0.65
getAllMethod · 0.65
GetAllMethod · 0.65

Implementers 4

environmentconfig/environment.go
delayedEnvironmentconfig/delayed_environment.go
OsFetcherconfig/os_fetcher.go
GitFetcherconfig/git_fetcher.go

Calls

no outgoing calls

Tested by 1