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

Function NewWaitHook

pkg/devspace/hook/wait.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21)
22
23func NewWaitHook() Hook {
24 return &waitHook{}
25}
26
27type waitHook struct {
28 printWarning sync.Once

Callers 1

runHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected