@@ -183,7 +183,8 @@ predicate interpretModelForTest(QlBuiltins::ExtensionId madId, string model) {
183
183
string package , string type , boolean subtypes , string name , string signature , string ext ,
184
184
string output , string kind , string provenance
185
185
|
186
- sourceModel ( package , type , subtypes , name , signature , ext , output , kind , provenance , madId ) and
186
+ FlowExtensions:: sourceModel ( package , type , subtypes , name , signature , ext , output , kind ,
187
+ provenance , madId ) and
187
188
model =
188
189
"Source: " + package + "; " + type + "; " + subtypes + "; " + name + "; " + signature + "; " +
189
190
ext + "; " + output + "; " + kind + "; " + provenance
@@ -193,7 +194,8 @@ predicate interpretModelForTest(QlBuiltins::ExtensionId madId, string model) {
193
194
string package , string type , boolean subtypes , string name , string signature , string ext ,
194
195
string input , string kind , string provenance
195
196
|
196
- sinkModel ( package , type , subtypes , name , signature , ext , input , kind , provenance , madId ) and
197
+ FlowExtensions:: sinkModel ( package , type , subtypes , name , signature , ext , input , kind ,
198
+ provenance , madId ) and
197
199
model =
198
200
"Sink: " + package + "; " + type + "; " + subtypes + "; " + name + "; " + signature + "; " +
199
201
ext + "; " + input + "; " + kind + "; " + provenance
@@ -203,8 +205,8 @@ predicate interpretModelForTest(QlBuiltins::ExtensionId madId, string model) {
203
205
string package , string type , boolean subtypes , string name , string signature , string ext ,
204
206
string input , string output , string kind , string provenance
205
207
|
206
- summaryModel ( package , type , subtypes , name , signature , ext , input , output , kind , provenance ,
207
- madId ) and
208
+ FlowExtensions :: summaryModel ( package , type , subtypes , name , signature , ext , input , output , kind ,
209
+ provenance , madId ) and
208
210
model =
209
211
"Summary: " + package + "; " + type + "; " + subtypes + "; " + name + "; " + signature + "; " +
210
212
ext + "; " + input + "; " + output + "; " + kind + "; " + provenance
0 commit comments