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 11import javascript
22import testUtilities.ConsistencyChecking
3- import Summaries
3+ import testUtilities.InlineSummaries
44
55DataFlow:: CallNode getACall ( string name ) {
66 result .getCalleeName ( ) = name
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ class MkSummary extends SummarizedCallable {
1111 mkSummary .getLocation ( ) .getStartLine ( )
1212 }
1313
14- override DataFlow:: InvokeNode getACall ( ) {
14+ override DataFlow:: InvokeNode getACallSimple ( ) {
1515 result = mkSummary .flow ( ) .( DataFlow:: CallNode ) .getAnInvocation ( )
1616 }
1717
18- override predicate propagatesFlowExt ( string input , string output , boolean preservesValue ) {
18+ override predicate propagatesFlow ( string input , string output , boolean preservesValue ) {
1919 preservesValue = true and
2020 (
2121 // mkSummary(input, output)
You can’t perform that action at this time.
0 commit comments