MCPcopy Index your code
hub / github.com/devspace-sh/devspace / startContainer

Method startContainer

pkg/devspace/sync/upstream.go:295–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293}
294
295func (u *upstream) startContainer() error {
296 _, err := u.client.Execute(u.sync.ctx, &remote.Command{
297 Cmd: "touch",
298 Args: []string{restart.TouchPath},
299 })
300 return err
301}
302
303func (u *upstream) execCommandsAfterApply(changedFiles []string) error {
304 u.initialSyncCompletedMutex.Lock()

Callers 1

Calls 1

ExecuteMethod · 0.65

Tested by

no test coverage detected