Skip to content

Commit c52a4b0

Browse files
committed
JS: Provide RenderSummarizedCallable
1 parent e53c0cd commit c52a4b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/ql/lib/semmle/javascript/dataflow/internal/FlowSummaryPrivate.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ private module FlowSummaryStepInput implements Private::StepsInputSig {
139139

140140
module Steps = Private::Steps<FlowSummaryStepInput>;
141141

142+
module RenderSummarizedCallable = Private::RenderSummarizedCallable<FlowSummaryStepInput>;
143+
142144
/**
143145
* Gets the textual representation of return kind `rk` used in MaD.
144146
*

0 commit comments

Comments
 (0)