mirror of
https://github.com/github/codeql.git
synced 2026-04-06 23:54:11 +02:00
ruby/python: make SummaryTypeTracker private
This commit is contained in:
@@ -179,7 +179,7 @@ private predicate argumentPositionMatch(
|
||||
)
|
||||
}
|
||||
|
||||
module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
|
||||
private module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
|
||||
// Dataflow nodes
|
||||
class Node = DataFlowPublic::Node;
|
||||
|
||||
@@ -258,4 +258,4 @@ module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
|
||||
Node callTo(SummarizedCallable callable) { result = callable.getACallSimple() }
|
||||
}
|
||||
|
||||
module TypeTrackerSummaryFlow = SummaryTypeTracker::SummaryFlow<SummaryTypeTrackerInput>;
|
||||
private module TypeTrackerSummaryFlow = SummaryTypeTracker::SummaryFlow<SummaryTypeTrackerInput>;
|
||||
|
||||
Reference in New Issue
Block a user