bicTransportScope returns a BICTransportScope appropriate for ref.
(ref dockerReference)
| 7 | |
| 8 | // bicTransportScope returns a BICTransportScope appropriate for ref. |
| 9 | func bicTransportScope(ref dockerReference) types.BICTransportScope { |
| 10 | // Blobs can be reused across the whole registry. |
| 11 | return types.BICTransportScope{Opaque: reference.Domain(ref.ref)} |
| 12 | } |
| 13 | |
| 14 | // newBICLocationReference returns a BICLocationReference appropriate for ref. |
| 15 | func newBICLocationReference(ref dockerReference) types.BICLocationReference { |
no test coverage detected
searching dependent graphs…