runtime
/
com.squareup.sqldelight.db
/
use
common
js
native
use
common
inline fun <
T
:
Closeable
?,
R
>
T
.
use
(body: (
T
) ->
R
):
R
Content copied to clipboard
Run
body
on the receiver and call
Closeable.close
before returning or throwing.
js
native
inline fun <
T
:
Closeable
?,
R
>
T
.
use
(body: (
T
) ->
R
):
R
Content copied to clipboard
inline fun <
T
:
Closeable
?,
R
>
T
.
use
(body: (
T
) ->
R
):
R
Content copied to clipboard