We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be41b0 commit db7abb4Copy full SHA for db7abb4
csharp/ql/src/Telemetry/ExternalApi.qll
@@ -60,11 +60,9 @@ class ExternalApi extends DataFlowDispatch::DataFlowCallable {
60
61
/** Gets a call to this API callable. */
62
DispatchCall getACall() {
63
- exists(DataFlowDispatch::NonDelegateDataFlowCall call | call.getDispatchCall() = result |
64
- this = result.getADynamicTarget().getUnboundDeclaration()
65
- or
66
- this = result.getAStaticTarget().getUnboundDeclaration()
67
- )
+ this = result.getADynamicTarget().getUnboundDeclaration()
+ or
+ this = result.getAStaticTarget().getUnboundDeclaration()
68
}
69
70
/** Gets a node that is an input to a call to this API. */
0 commit comments