Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2ca18 commit 0d61a2cCopy full SHA for 0d61a2c
1 file changed
csharp/ql/lib/semmle/code/csharp/dataflow/FlowSummary.qll
@@ -114,6 +114,9 @@ module SummaryComponentStack {
114
SummaryComponentStack jump(Callable c) { result = singleton(SummaryComponent::jump(c)) }
115
}
116
117
+/**
118
+ * A class for synthesized callables given by a summary.
119
+ */
120
abstract class SummarizedCallable extends DotNet::Callable {
121
/**
122
* Holds if data may flow from `input` to `output` through this callable.
0 commit comments