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

Function NewDelayedContainerStarter

pkg/devspace/sync/starter.go:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10func NewDelayedContainerStarter() DelayedContainerStarter {
11 return &delayedContainerStarter{
12 amount: 0,
13 }
14}
15
16type delayedContainerStarter struct {
17 m sync.Mutex

Callers 1

StartSyncFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected