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