(installed model.AppInstall)
| 1517 | } |
| 1518 | |
| 1519 | func doNotNeedSync(installed model.AppInstall) bool { |
| 1520 | return installed.Status == constant.StatusInstalling || installed.Status == constant.StatusRebuilding || installed.Status == constant.StatusUpgrading || |
| 1521 | installed.Status == constant.StatusSyncing || installed.Status == constant.StatusUninstalling || installed.Status == constant.StatusInstallErr |
| 1522 | } |
| 1523 | |
| 1524 | func synAppInstall(containers map[string]container.Summary, appInstall *model.AppInstall, force bool) { |
| 1525 | oldStatus := appInstall.Status |
no outgoing calls
no test coverage detected