Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d61a2c

Browse files
michaelnebelhvitved
authored andcommitted
C#: Add QL doc to SummarizedCallable.
1 parent 2f2ca18 commit 0d61a2c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

csharp/ql/lib/semmle/code/csharp/dataflow/FlowSummary.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ module SummaryComponentStack {
114114
SummaryComponentStack jump(Callable c) { result = singleton(SummaryComponent::jump(c)) }
115115
}
116116

117+
/**
118+
* A class for synthesized callables given by a summary.
119+
*/
117120
abstract class SummarizedCallable extends DotNet::Callable {
118121
/**
119122
* Holds if data may flow from `input` to `output` through this callable.

0 commit comments

Comments
 (0)