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

Method Done

pkg/devspace/sync/starter.go:7–7  ·  view source on GitHub ↗
(start func() error)

Source from the content-addressed store, hash-verified

5type DelayedContainerStarter interface {
6 Inc()
7 Done(start func() error) error
8}
9
10func NewDelayedContainerStarter() DelayedContainerStarter {

Callers 14

StartLogsFunction · 0.65
ListenAndServeMethod · 0.65
StartTerminalFromCMDFunction · 0.65
StartTerminalFunction · 0.65
StartForwardingFunction · 0.65
startSSHWithRestartFunction · 0.65
StartAttachFromCMDFunction · 0.65
StartAttachFunction · 0.65
startWithWaitMethod · 0.65
StartSyncFromCmdFunction · 0.65
mainLoopMethod · 0.65

Implementers 1

delayedContainerStarterpkg/devspace/sync/starter.go

Calls

no outgoing calls

Tested by

no test coverage detected