MCPcopy
hub / github.com/moby/moby / Error

Method Error

daemon/kill.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (e errNoSuchProcess) Error() string {
27 return fmt.Sprintf("cannot kill process (pid=%d) with signal %d: no such process", e.pid, e.signal)
28}
29
30func (errNoSuchProcess) NotFound() {}
31

Callers 15

setupConfigDirMethod · 0.45
setupSecretDirMethod · 0.45
loadContainersMethod · 0.45
restoreMethod · 0.45
NewDaemonFunction · 0.45
ShutdownMethod · 0.45
UnmountMethod · 0.45
ContainerRenameMethod · 0.45
containerStartMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestWithSeccompFunction · 0.36
muteLogsFunction · 0.36
TestNoneHealthcheckFunction · 0.36
TestCmdProbeEmptyCommandFunction · 0.36
TestMergeFunction · 0.36