Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
func
NewDelayedContainerStarter() DelayedContainerStarter {
11
return
&delayedContainerStarter{
12
amount: 0,
13
}
14
}
15
16
type
delayedContainerStarter
struct
{
17
m sync.Mutex
Callers
1
StartSync
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected