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

Struct remoteUploadHook

pkg/devspace/hook/upload.go:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type remoteUploadHook struct{}
27
28func (r *remoteUploadHook) ExecuteRemotely(ctx devspacecontext.Context, hook *latest.HookConfig, podContainer *selector.SelectedPodContainer) error {
29 containerPath := "."

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected