You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix get calls for the case the function is not a vertex.
For these two functions, the function (or the function of the
corresponding instruction) may not be part of the callgraph. In the
original code this resulted in an exception being thrown. With the
modification an empty set is returned instead.
0 commit comments