File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
python/ql/lib/semmle/python/frameworks/data/internal
ruby/ql/lib/codeql/ruby/frameworks/data/internal Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -341,18 +341,8 @@ private predicate summaryModel(
341
341
}
342
342
343
343
/** Holds if a type model exists for the given parameters. */
344
- < < < < < < < HEAD
345
344
predicate typeModel ( string type1 , string type2 , string path ) {
346
- exists ( string row |
347
- typeModel ( row ) and
348
- row .splitAt ( ";" , 0 ) = type1 and
349
- row .splitAt ( ";" , 1 ) = type2 and
350
- row .splitAt ( ";" , 2 ) = path
351
- )
352
- = = = = = = =
353
- private predicate typeModel ( string type1 , string type2 , string path ) {
354
345
any ( DeprecationAdapter a ) .typeModel ( type1 , type2 , path )
355
- > > > > > > > main
356
346
or
357
347
Extensions:: typeModel ( type1 , type2 , path )
358
348
}
Original file line number Diff line number Diff line change @@ -341,18 +341,8 @@ private predicate summaryModel(
341
341
}
342
342
343
343
/** Holds if a type model exists for the given parameters. */
344
- < < < < < < < HEAD
345
344
predicate typeModel ( string type1 , string type2 , string path ) {
346
- exists ( string row |
347
- typeModel ( row ) and
348
- row .splitAt ( ";" , 0 ) = type1 and
349
- row .splitAt ( ";" , 1 ) = type2 and
350
- row .splitAt ( ";" , 2 ) = path
351
- )
352
- = = = = = = =
353
- private predicate typeModel ( string type1 , string type2 , string path ) {
354
345
any ( DeprecationAdapter a ) .typeModel ( type1 , type2 , path )
355
- > > > > > > > main
356
346
or
357
347
Extensions:: typeModel ( type1 , type2 , path )
358
348
}
You can’t perform that action at this time.
0 commit comments