cpgCallFqn

fun CokoBackend.cpgCallFqn(fqn: String, predicate: CallExpression.() -> Boolean = { true }): List<CallExpression>(source)

Returns a list of CallExpressions with the matching fqn (fully-qualified name) and fulfilling predicate.