Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.mvvm
/
safe
safe
common
fun
<
T
>
safe
(
apiCall
:
(
)
->
T
)
:
T
?
(
source
)
Catches any exception (or error) and only logs it. Will return null on exceptions.