MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Run

Method Run

helper/cmd/restart.go:25–27  ·  view source on GitHub ↗

Run runs the command logic

(cobraCmd *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

23
24// Run runs the command logic
25func (cmd *RestartCmd) Run(cobraCmd *cobra.Command, args []string) error {
26 return util.NewContainerRestarter().RestartContainer()
27}

Callers

nothing calls this directly

Calls 2

NewContainerRestarterFunction · 0.92
RestartContainerMethod · 0.65

Tested by

no test coverage detected