Skip to content

Visit runCatching stetement #3923

Answered by cortinico
mzglinicki asked this question in Q&A
Discussion options

You must be logged in to vote

Is there any way to visit a runCatching statement?

This function should do the job for you:

override fun visitLambdaExpression(lambdaExpression: KtLambdaExpression)

You should be able to filter for runCatching only by accessing lambdaExpression.functionLiteral

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mzglinicki
Comment options

Answer selected by cortinico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants