File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
library-tests/FlowSummary Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import javascript
2
2
import testUtilities.ConsistencyChecking
3
- import Summaries
3
+ import testUtilities.InlineSummaries
4
4
5
5
DataFlow:: CallNode getACall ( string name ) {
6
6
result .getCalleeName ( ) = name
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ class MkSummary extends SummarizedCallable {
11
11
mkSummary .getLocation ( ) .getStartLine ( )
12
12
}
13
13
14
- override DataFlow:: InvokeNode getACall ( ) {
14
+ override DataFlow:: InvokeNode getACallSimple ( ) {
15
15
result = mkSummary .flow ( ) .( DataFlow:: CallNode ) .getAnInvocation ( )
16
16
}
17
17
18
- override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
18
+ override predicate propagatesFlow ( string input , string output , boolean preservesValue ) {
19
19
preservesValue = true and
20
20
(
21
21
// mkSummary(input, output)
You can’t perform that action at this time.
0 commit comments