Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database
/
DatabaseProvider
/
withDb
with
Db
common
abstract
suspend
fun
<
T
>
withDb
(
block
:
suspend
(
MeshtasticDatabase
)
->
T
)
:
T
?
(
source
)
Execute
block
against the current database, returning
null
if no database is available.