MCPcopy Create free account
hub / github.com/jetkvm/kvm / rpcTryUpdate

Function rpcTryUpdate

ota.go:163–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161}
162
163func 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
170func rpcCheckUpdateComponents(params updateParams, includePreRelease bool) (*ota.UpdateStatus, error) {

Callers 1

Calls 1

rpcTryUpdateComponentsFunction · 0.85

Tested by

no test coverage detected