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

Function NewRemoteHookWithWaitingStrategy

pkg/devspace/hook/remote_hook.go:29–34  ·  view source on GitHub ↗
(hook RemoteHook, waitingStrategy targetselector.WaitingStrategy)

Source from the content-addressed store, hash-verified

27}
28
29func NewRemoteHookWithWaitingStrategy(hook RemoteHook, waitingStrategy targetselector.WaitingStrategy) Hook {
30 return &remoteHook{
31 Hook: hook,
32 WaitingStrategy: waitingStrategy,
33 }
34}
35
36type remoteHook struct {
37 Hook RemoteHook

Callers 1

runHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected