( ctx context.Context, ref string, opts ResolveImageConfigOpts, )
| 395 | } |
| 396 | |
| 397 | func (r *Resolver) tryLocalCanonicalConfig( |
| 398 | ctx context.Context, |
| 399 | ref string, |
| 400 | opts ResolveImageConfigOpts, |
| 401 | ) (string, digest.Digest, []byte, bool, error) { |
| 402 | return r.tryLocalCanonicalConfigMetadata(ctx, ref, opts) |
| 403 | } |
| 404 | |
| 405 | func (r *Resolver) tryLocalCanonicalClosure( |
| 406 | ctx context.Context, |
no test coverage detected