Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
func
(c *ImageCache) Name() string {
29
return
c.image
30
}
31
32
func
(c *ImageCache) Clear(ctx context.Context) error {
33
_, err := c.docker.ImageRemove(ctx, c.Name(), dockerClient.ImageRemoveOptions{
Callers
2
testImageCache
Function · 0.95
Clear
Method · 0.95
Calls
no outgoing calls
Tested by
1
testImageCache
Function · 0.76