Package-level declarations
Types
Link copied to clipboard
internal class ServerSetupIntentProcessor(val router: ServerSetupRouter, val linksProvider: LinksProvider, val currentState: () -> ServerSetupState, val updateState: ((ServerSetupState) -> ServerSetupState) -> Unit, val emitEffect: (ServerSetupEffect) -> Unit, val localModelDownloadClickReducer: (ServerSetupState.LocalModel) -> Unit, val deleteLocalModel: (String) -> Unit, val download: (String, String) -> Unit, val validateAndConnectToServer: () -> Unit, val connectToServer: () -> Unit)
Functions
Link copied to clipboard
private fun List<ServerSource>.hasSourceFilterMatch(state: ServerSetupState, type: ServerSourceType?, readinessFilters: Set<ServerSourceReadiness>, tags: Set<FeatureTag>): Boolean
Link copied to clipboard