Files
codeql/python/change-notes/2021-03-22-getacall-callcfgnode.md
Taus Brock-Nannestad 4a6589d0ae Python: Make API::Node::getACall return a CallCfgNode
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).
2021-03-22 16:37:24 +01:00

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.