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