Mutual recursion

Author: LGTM

import python

from FunctionObject m, FunctionObject n
where m != n and m.getACallee() = n and n.getACallee() = m
select m, n

Description

Finds pairs of functions that call each other