()
| 161 | } |
| 162 | |
| 163 | func rpcTryUpdate() error { |
| 164 | return rpcTryUpdateComponents(updateParams{ |
| 165 | Components: make(map[string]string), |
| 166 | }, config.IncludePreRelease, false) |
| 167 | } |
| 168 | |
| 169 | // rpcCheckUpdateComponents checks the update status for the given components |
| 170 | func rpcCheckUpdateComponents(params updateParams, includePreRelease bool) (*ota.UpdateStatus, error) { |
no test coverage detected