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

Method Start

pkg/devspace/services/sync/controller.go:37–37  ·  view source on GitHub ↗
(ctx devspacecontext.Context, options *Options, parent *tomb.Tomb)

Source from the content-addressed store, hash-verified

35
36type Controller interface {
37 Start(ctx devspacecontext.Context, options *Options, parent *tomb.Tomb) error
38}
39
40func NewController() Controller {

Callers 5

startTerminalFunction · 0.65
StartAttachFunction · 0.65
startSyncMethod · 0.65
StartSyncFromCmdFunction · 0.65
startSyncFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected