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

Method AddrFilePath

internal/vm/dir.go:72–74  ·  view source on GitHub ↗

AddrFilePath returns the path to the shim address file as found in the vmDir. The address file holds the abstract unix socket path at which the shim serves its API.

()

Source from the content-addressed store, hash-verified

70// AddrFilePath returns the path to the shim address file as found in the vmDir. The
71// address file holds the abstract unix socket path at which the shim serves its API.
72func (d Dir) AddrFilePath() string {
73 return filepath.Join(d.RootPath(), internal.ShimAddrFileName)
74}
75
76// LogFifoPath returns the path to the FIFO for writing shim logs
77func (d Dir) LogFifoPath() string {

Callers 2

CreateAddressLinkMethod · 0.95
WriteAddressMethod · 0.95

Calls 1

RootPathMethod · 0.95

Tested by

no test coverage detected