mirror of
https://github.com/github/codeql.git
synced 2026-01-13 22:44:48 +01:00
`DataFlow::MethodNode.getAReturningNode` is expensive to compute. Instead we look for rack responses which flow to the `SynthReturnNode`. Each method has only one of these (vs many "returning" nodes) so it is a lot faster. I'm not sure yet whether the results are the same.