MCPcopy Create free account
hub / github.com/dagger/dagger / tryLocalCanonicalConfig

Method tryLocalCanonicalConfig

engine/server/resolver/resolver.go:397–403  ·  view source on GitHub ↗
(
	ctx context.Context,
	ref string,
	opts ResolveImageConfigOpts,
)

Source from the content-addressed store, hash-verified

395}
396
397func (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
405func (r *Resolver) tryLocalCanonicalClosure(
406 ctx context.Context,

Callers 1

ResolveImageConfigMethod · 0.95

Calls 1

Tested by

no test coverage detected