MCPcopy Index your code
hub / github.com/linuxkit/linuxkit / defaultLinuxkitCache

Function defaultLinuxkitCache

src/cmd/linuxkit/cache.go:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func defaultLinuxkitCache() string {
11 lktDir := ".linuxkit"
12 home := util.HomeDir()
13 return filepath.Join(home, lktDir, "cache")
14}
15
16func cacheCmd() *cobra.Command {
17

Callers 3

pkgBuildCmdFunction · 0.85
newCmdFunction · 0.85
buildCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected