Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
type
delayedContainerStarter
struct
{
17
m sync.Mutex
18
amount int
19
}
20
21
func
(d *delayedContainerStarter) Inc() {
22
d.m.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected