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

Method Get

tq/meter.go:45–45  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

43
44type env interface {
45 Get(key string) (val string, ok bool)
46}
47
48func (m *Meter) LoggerFromEnv(os env) *tools.SyncWriter {

Callers 15

mainFunction · 0.65
ExpandPathFunction · 0.65
VerifyFileHashFunction · 0.65
SpoolFunction · 0.65
EnabledMethod · 0.65
GetwdFunction · 0.65
translateCygwinPathFunction · 0.65
CheckCloneFileSupportedFunction · 0.65
CheckCloneFileSupportedFunction · 0.65
CloneFileByPathFunction · 0.65
cloneFileSyscallFunction · 0.65

Implementers 9

Storetools/kv/keyvaluestore.go
mapEnvgit/refs_test.go
wrappedErrorerrors/types.go
lfsStoraget/cmd/lfstest-gitserver.go
URLConfigconfig/url_config.go
environmentconfig/environment.go
delayedEnvironmentconfig/delayed_environment.go
OsFetcherconfig/os_fetcher.go
GitFetcherconfig/git_fetcher.go

Calls

no outgoing calls

Tested by 15

TestAPILockFunction · 0.52
TestAPIUnlockFunction · 0.52
TestAPISearchFunction · 0.52
TestAPISearchVerifiableFunction · 0.52
TestDoWithAuthApproveFunction · 0.52
TestDoWithAuthRejectFunction · 0.52
TestDoWithAuthNoRetryFunction · 0.52
TestDoAPIRequestWithAuthFunction · 0.52
TestGetCredsFunction · 0.52
TestAPIBatchFunction · 0.52
TestVerifySuccessFunction · 0.52