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

Struct lfsStorage

t/cmd/lfstest-gitserver.go:1544–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1542}
1543
1544type lfsStorage struct {
1545 objects map[string]map[string][]byte
1546 incomplete map[string]map[string][]byte
1547 mutex *sync.Mutex
1548}
1549
1550func (s *lfsStorage) Get(repo, oid string) ([]byte, bool) {
1551 s.mutex.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected