Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-data
/
org.meshtastic.core.data.datasource
/
MaintenanceUf2LocalDataSource
Maintenance
Uf2Local
Data
Source
class
MaintenanceUf2LocalDataSource
(
dbManager
:
DatabaseProvider
,
dispatchers
:
CoroutineDispatchers
)
(
source
)
Members
Constructors
Maintenance
Uf2Local
Data
Source
Link copied to clipboard
constructor
(
dbManager
:
DatabaseProvider
,
dispatchers
:
CoroutineDispatchers
)
Functions
count
Link copied to clipboard
suspend
fun
count
(
)
:
Int
get
Link copied to clipboard
suspend
fun
get
(
)
:
MaintenanceUf2CacheEntity
?
upsert
Link copied to clipboard
suspend
fun
upsert
(
entity
:
MaintenanceUf2CacheEntity
)