mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01: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.