Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-containerregistry
/ fscache
Struct
fscache
pkg/v1/cache/fs.go:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
)
28
29
type
fscache
struct
{
30
path string
31
}
32
33
// NewFilesystemCache returns a Cache implementation backed by files.
34
func
NewFilesystemCache(path string) Cache {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected