MCPcopy
hub / github.com/firecracker-microvm/firecracker-containerd / RootPath

Method RootPath

internal/vm/dir.go:60–62  ·  view source on GitHub ↗

RootPath returns the top-level directory of the VM dir

()

Source from the content-addressed store, hash-verified

58
59// RootPath returns the top-level directory of the VM dir
60func (d Dir) RootPath() string {
61 return string(d)
62}
63
64// Mkdir will mkdir the RootPath with correct permissions, or no-op if it
65// already exists

Callers 15

MkdirMethod · 0.95
AddrFilePathMethod · 0.95
LogFifoPathMethod · 0.95
FirecrackerSockPathMethod · 0.95
FirecrackerVSockPathMethod · 0.95
BundleLinkMethod · 0.95
CreateVMMethod · 0.45
newShimMethod · 0.45
CreateBundleLinkMethod · 0.45
userFromPathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected