Searched defs:launchableUpdates (Results 1 – 5 of 5) sorted by relevance
71 var launchableUpdates: [Update]? variable88 guard let launchableUpdates = launchableUpdates else { variable
129 … val launchableUpdates = database.updateDao().loadLaunchableUpdatesForScope(configuration.scopeKey) in getLaunchableUpdate() constant
413 public func launchableUpdates(withConfig config: UpdatesConfig) throws -> [Update] { in launchableUpdates() function