@@ -113,7 +113,8 @@ private string getPackage(string packageOrGroup) {
113113/**
114114 * Holds if a source model exists for the given parameters.
115115 *
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.
117118 */
118119predicate sourceModel (
119120 string package , string type , boolean subtypes , string name , string signature , string ext ,
@@ -129,7 +130,8 @@ predicate sourceModel(
129130/**
130131 * Holds if a sink model exists for the given parameters.
131132 *
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.
133135 */
134136predicate sinkModel (
135137 string package , string type , boolean subtypes , string name , string signature , string ext ,
@@ -144,7 +146,8 @@ predicate sinkModel(
144146/**
145147 * Holds if a summary model exists for the given parameters.
146148 *
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.
148151 */
149152predicate summaryModel (
150153 string package , string type , boolean subtypes , string name , string signature , string ext ,
@@ -159,7 +162,8 @@ predicate summaryModel(
159162/**
160163 * Holds if a neutral model exists for the given parameters.
161164 *
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.
163167 */
164168predicate neutralModel (
165169 string package , string type , string name , string signature , string kind , string provenance
0 commit comments