MCPcopy Create free account
hub / github.com/buildpacks/pack / Name

Method Name

pkg/cache/image_cache.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (c *ImageCache) Name() string {
29 return c.image
30}
31
32func (c *ImageCache) Clear(ctx context.Context) error {
33 _, err := c.docker.ImageRemove(ctx, c.Name(), dockerClient.ImageRemoveOptions{

Callers 2

testImageCacheFunction · 0.95
ClearMethod · 0.95

Calls

no outgoing calls

Tested by 1

testImageCacheFunction · 0.76