Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devspace-sh/devspace
/ NewContainerRestarter
Function
NewContainerRestarter
helper/util/restart_linux.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
NewContainerRestarter() ContainerRestarter {
25
return
&containerRestarter{}
26
}
27
28
func
(*containerRestarter) RestartContainer() error {
29
pidFilePath := restart.ProcessIDFilePath
Callers
2
Run
Method · 0.92
RestartContainer
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected