mirror of
https://github.com/github/codeql.git
synced 2026-08-06 10:18:43 +02:00
326 B
326 B
lgtm,codescanning
- A new class
DataFlow::MethodCallNodeextendsDataFlow::CallCfgNodewith convenient methods for accessing the receiver and method name of a method call. - The
LocalSourceNodeclass now has agetAMethodCallmethod, with which one can easily access method calls with the given node as a receiver.