MCPcopy
hub / github.com/opencontainers/runc / getDefaultImagePath

Function getDefaultImagePath

utils_linux.go:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func getDefaultImagePath() string {
41 cwd, err := os.Getwd()
42 if err != nil {
43 panic(err)
44 }
45 return filepath.Join(cwd, "checkpoint")
46}
47
48// newProcess converts [specs.Process] to [libcontainer.Process].
49func newProcess(p *specs.Process) (*libcontainer.Process, error) {

Callers 1

prepareImagePathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…