File tree Expand file tree Collapse file tree 2 files changed +4
-0
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 +4
-0
lines changed Original file line number Diff line number Diff line change @@ -492,6 +492,7 @@ private predicate invocationMatchesCallSiteFilter(
492492 Specific:: invocationMatchesExtraCallSiteFilter ( invoke , token )
493493}
494494
495+ overlay [ local?]
495496private class TypeModelUseEntry extends API:: EntryPoint {
496497 private string type ;
497498
@@ -505,6 +506,7 @@ private class TypeModelUseEntry extends API::EntryPoint {
505506 API:: Node getNodeForType ( string type_ ) { type = type_ and result = this .getANode ( ) }
506507}
507508
509+ overlay [ local?]
508510private class TypeModelDefEntry extends API:: EntryPoint {
509511 private string type ;
510512
Original file line number Diff line number Diff line change @@ -492,6 +492,7 @@ private predicate invocationMatchesCallSiteFilter(
492492 Specific:: invocationMatchesExtraCallSiteFilter ( invoke , token )
493493}
494494
495+ overlay [ local?]
495496private class TypeModelUseEntry extends API:: EntryPoint {
496497 private string type ;
497498
@@ -505,6 +506,7 @@ private class TypeModelUseEntry extends API::EntryPoint {
505506 API:: Node getNodeForType ( string type_ ) { type = type_ and result = this .getANode ( ) }
506507}
507508
509+ overlay [ local?]
508510private class TypeModelDefEntry extends API:: EntryPoint {
509511 private string type ;
510512
You can’t perform that action at this time.
0 commit comments