mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
This should eliminate the need for explicit casting to `CallCfgNode` (which does not appear in our code as far as I can see, but was observed in an external contribution).
189 B
189 B
lgtm,codescanning
- The
API::Node::getACallmethod now has the more specific return typeDataFlow::CallCfgNode, which improves the ease of use when working with calls to API functions.