JS: Autoformat

This commit is contained in:
Asger Feldthaus
2022-03-16 15:01:17 +01:00
parent 228570129e
commit e1976da7f9

View File

@@ -181,7 +181,10 @@ private API::Node getNodeFromInputOutputPath(API::InvokeNode baseNode, AccessPat
* Holds if a CSV summary contributed the step `pred -> succ` of the given `kind`.
*/
predicate summaryStep(API::Node pred, API::Node succ, string kind) {
exists(string package, string type, string path, API::InvokeNode base, AccessPath input, AccessPath output |
exists(
string package, string type, string path, API::InvokeNode base, AccessPath input,
AccessPath output
|
ModelOutput::relevantSummaryModel(package, type, path, input, output, kind) and
ModelOutput::resolvedSummaryBase(package, type, path, base) and
pred = getNodeFromInputOutputPath(base, input) and