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