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(
341341}
342342
343343/** Holds if a type model exists for the given parameters. */
344- < < < < < < < HEAD
345344predicate 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 ) {
354345 any ( DeprecationAdapter a ) .typeModel ( type1 , type2 , path )
355- > > > > > > > main
356346 or
357347 Extensions:: typeModel ( type1 , type2 , path )
358348}
Original file line number Diff line number Diff line change @@ -341,18 +341,8 @@ private predicate summaryModel(
341341}
342342
343343/** Holds if a type model exists for the given parameters. */
344- < < < < < < < HEAD
345344predicate 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 ) {
354345 any ( DeprecationAdapter a ) .typeModel ( type1 , type2 , path )
355- > > > > > > > main
356346 or
357347 Extensions:: typeModel ( type1 , type2 , path )
358348}
You can’t perform that action at this time.
0 commit comments