MCPcopy Create free account
hub / github.com/gogs/gogs / Storage

Method Storage

internal/route/lfs/basic_test.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (*mockStorage) Storage() lfsutil.Storage {
27 return "memory"
28}
29
30func (s *mockStorage) Upload(_ lfsutil.OID, rc io.ReadCloser) (int64, error) {
31 defer func() { _ = rc.Close() }()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected