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

Struct delayedContainerStarter

pkg/devspace/sync/starter.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type delayedContainerStarter struct {
17 m sync.Mutex
18 amount int
19}
20
21func (d *delayedContainerStarter) Inc() {
22 d.m.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected