SwarmUiModelsLocalDataSource

Coordinates SwarmUiModelsLocalDataSource behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(dao: SwarmUiModelDao)

Properties

Link copied to clipboard
private val dao: SwarmUiModelDao

Exposes the dao value used by the SDAI data layer.

Functions

Link copied to clipboard
open suspend override fun getModels(): List<SwarmUiModel>

Loads SDAI data through getModels.

Link copied to clipboard
open suspend override fun insertModels(models: List<SwarmUiModel>)

Performs the SDAI side effect handled by insertModels.