mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
6 lines
326 B
Markdown
6 lines
326 B
Markdown
lgtm,codescanning
|
|
* A new class `DataFlow::MethodCallNode` extends `DataFlow::CallCfgNode` with convenient methods for
|
|
accessing the receiver and method name of a method call.
|
|
* The `LocalSourceNode` class now has a `getAMethodCall` method, with which one can easily access
|
|
method calls with the given node as a receiver.
|