MCPcopy Create free account
hub / github.com/containerd/nerdctl / SetFilesystemOpsDirectory

Function SetFilesystemOpsDirectory

pkg/internal/filesystem/consts.go:47–50  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

45)
46
47func SetFilesystemOpsDirectory(path string) error {
48 holdLocation = filepath.Join(path, filesystemOpsPath)
49 return os.MkdirAll(holdLocation, privateDirPermission)
50}

Callers 1

InitFSFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…