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).
3 lines
189 B
Markdown
3 lines
189 B
Markdown
lgtm,codescanning
|
|
* The `API::Node::getACall` method now has the more specific return type `DataFlow::CallCfgNode`, which improves the ease of use when working with calls to API functions.
|