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

Method Get

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

Get returns the string value associated with a given key and a bool determining if the key exists. If multiple entries match the given key, the first one will be returned.

(key string)

Source from the content-addressed store, hash-verified

10 // If multiple entries match the given key, the first one will be
11 // returned.
12 Get(key string) (val string, ok bool)
13
14 // GetAll returns the a set of string values associated with a given
15 // key. If no entries matched the given key, an empty slice will be

Callers 15

delayedSmudgeFunction · 0.65
smudgeFunction · 0.65
smudgeCommandFunction · 0.65
smudgeFilenameFunction · 0.65
lsFilesCommandFunction · 0.65
locksCommandFunction · 0.65
installCommandFunction · 0.65
cmdInstallOptionsFunction · 0.65
envCommandFunction · 0.65
checkoutCommandFunction · 0.65
checkoutConflictFunction · 0.65
whichCheckoutFunction · 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