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
/
DeviceLinkLocalDataSource
Device
Link
Local
Data
Source
class
DeviceLinkLocalDataSource
(
dbManager
:
DatabaseProvider
,
dispatchers
:
CoroutineDispatchers
)
(
source
)
Members
Constructors
Device
Link
Local
Data
Source
Link copied to clipboard
constructor
(
dbManager
:
DatabaseProvider
,
dispatchers
:
CoroutineDispatchers
)
Functions
count
Link copied to clipboard
suspend
fun
count
(
)
:
Int
delete
All
Link copied to clipboard
suspend
fun
deleteAll
(
)
delete
Not
In
Link copied to clipboard
suspend
fun
deleteNotIn
(
keep
:
List
<
String
>
)
get
All
Link copied to clipboard
suspend
fun
getAll
(
)
:
List
<
DeviceLinkEntity
>
observe
All
Link copied to clipboard
fun
observeAll
(
)
:
Flow
<
List
<
DeviceLinkEntity
>
>
upsert
All
Link copied to clipboard
suspend
fun
upsertAll
(
links
:
List
<
DeviceLinkEntity
>
)