| 27 | } |
| 28 | |
| 29 | type remoteDownloadHook struct{} |
| 30 | |
| 31 | func (r *remoteDownloadHook) ExecuteRemotely(ctx devspacecontext.Context, hook *latest.HookConfig, podContainer *selector.SelectedPodContainer) error { |
| 32 | containerPath := "." |
nothing calls this directly
no outgoing calls
no test coverage detected