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

Method FirecrackerVSockRelPath

internal/vm/dir.go:106–108  ·  view source on GitHub ↗

FirecrackerVSockRelPath returns the path to FirecrackerVSockPath relative to the current working directory

()

Source from the content-addressed store, hash-verified

104// FirecrackerVSockRelPath returns the path to FirecrackerVSockPath relative to the
105// current working directory
106func (d Dir) FirecrackerVSockRelPath() (string, error) {
107 return relPathTo(d.FirecrackerVSockPath())
108}
109
110// FirecrackerLogFifoPath returns the path to the FIFO at which the firecracker VMM writes
111// its logs

Callers 4

TestBuildVMConfigurationFunction · 0.80
createVMMethod · 0.80
buildVMConfigurationMethod · 0.80
newIOProxyMethod · 0.80

Calls 2

FirecrackerVSockPathMethod · 0.95
relPathToFunction · 0.85

Tested by 1

TestBuildVMConfigurationFunction · 0.64