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

189 B

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.