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

Method FirecrackerSockRelPath

internal/vm/dir.go:94–96  ·  view source on GitHub ↗

FirecrackerSockRelPath returns the path to FirecrackerSockPath relative to the current working directory

()

Source from the content-addressed store, hash-verified

92// FirecrackerSockRelPath returns the path to FirecrackerSockPath relative to the
93// current working directory
94func (d Dir) FirecrackerSockRelPath() (string, error) {
95 return relPathTo(d.FirecrackerSockPath())
96}
97
98// FirecrackerVSockPath returns the path to the vsock unix socket that the runtime uses
99// to communicate with the VM agent.

Callers 3

TestBuildVMConfigurationFunction · 0.80
buildVMConfigurationMethod · 0.80
BuildJailedMachineMethod · 0.80

Calls 2

FirecrackerSockPathMethod · 0.95
relPathToFunction · 0.85

Tested by 1

TestBuildVMConfigurationFunction · 0.64