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.
2 parents ed2077b + 3efe1a9 commit ef109d9Copy full SHA for ef109d9
csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowDispatch.qll
@@ -106,7 +106,7 @@ private module Cached {
106
107
/** Gets a viable run-time target for the call `call`. */
108
cached
109
- DataFlowCallable viableImpl(DataFlowCall call) { result = call.getARuntimeTarget() }
+ DataFlowCallable viableCallable(DataFlowCall call) { result = call.getARuntimeTarget() }
110
}
111
112
import Cached
@@ -164,8 +164,6 @@ import DispatchImpl
164
*/
165
OutNode getAnOutNode(DataFlowCall call, ReturnKind kind) { call = result.getCall(kind) }
166
167
-predicate viableCallable = viableImpl/1;
168
-
169
/**
170
* A return kind. A return kind describes how a value can be returned
171
* from a callable.
0 commit comments