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

Struct environment

config/environment.go:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type environment struct {
50 // Fetcher is the `environment`'s source of data.
51 Fetcher Fetcher
52}
53
54// EnvironmentOf creates a new `Environment` initialized with the givne
55// `Fetcher`, "f".

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected