Files
codeql/go/ql/lib
Owen Mansel-Chan 933e01b3d4 Remove redundant code
The case of a CallExpr is actually covered by the next disjunct.

Note that the CallExpr case had a subtle bug: `c.getTarget()` is not
defined when we are calling a variable. Better to use
`c.getCalleeType()`. But in this case we can just delete the code.
2025-05-13 15:55:20 +01:00
..
2025-04-02 14:17:39 +01:00
2025-05-13 15:55:20 +01:00
2025-02-13 21:59:14 +00:00
2025-04-02 14:17:39 +01:00