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

Struct mapEnv

git/refs_test.go:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type mapEnv struct {
74 data map[string][]string
75}
76
77func (m *mapEnv) Get(key string) (string, bool) {
78 vals, ok := m.data[key]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected