@@ -113,7 +113,8 @@ private string getPackage(string packageOrGroup) {
113
113
/**
114
114
* Holds if a source model exists for the given parameters.
115
115
*
116
- * Note that we consider all packages in the same group.
116
+ * Note that `group:` references are expanded into one or more actual packages
117
+ * by this predicate.
117
118
*/
118
119
predicate sourceModel (
119
120
string package , string type , boolean subtypes , string name , string signature , string ext ,
@@ -129,7 +130,8 @@ predicate sourceModel(
129
130
/**
130
131
* Holds if a sink model exists for the given parameters.
131
132
*
132
- * Note that we consider all packages in the same group.
133
+ * Note that `group:` references are expanded into one or more actual packages
134
+ * by this predicate.
133
135
*/
134
136
predicate sinkModel (
135
137
string package , string type , boolean subtypes , string name , string signature , string ext ,
@@ -144,7 +146,8 @@ predicate sinkModel(
144
146
/**
145
147
* Holds if a summary model exists for the given parameters.
146
148
*
147
- * Note that we consider all packages in the same group.
149
+ * Note that `group:` references are expanded into one or more actual packages
150
+ * by this predicate.
148
151
*/
149
152
predicate summaryModel (
150
153
string package , string type , boolean subtypes , string name , string signature , string ext ,
@@ -159,7 +162,8 @@ predicate summaryModel(
159
162
/**
160
163
* Holds if a neutral model exists for the given parameters.
161
164
*
162
- * Note that we consider all packages in the same group.
165
+ * Note that `group:` references are expanded into one or more actual packages
166
+ * by this predicate.
163
167
*/
164
168
predicate neutralModel (
165
169
string package , string type , string name , string signature , string kind , string provenance
0 commit comments