passthroughContentCache is a contentCache which does no caching.
| 9 | |
| 10 | // passthroughContentCache is a contentCache which does no caching. |
| 11 | type passthroughContentCache struct { |
| 12 | st blob.Storage |
| 13 | } |
| 14 | |
| 15 | func (c passthroughContentCache) Close(_ context.Context) {} |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected