MCPcopy
hub / github.com/docker/compose / Dir

Method Dir

pkg/remote/oci.go:197–199  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

195}
196
197func (g *ociRemoteLoader) Dir(path string) string {
198 return g.known[path]
199}
200
201func (g *ociRemoteLoader) pullComposeFiles(ctx context.Context, local string, manifest spec.Manifest, ref reference.Named, resolver remotes.Resolver) error {
202 err := os.MkdirAll(local, 0o700)

Callers 1

validatePathInBaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected