Py/js/ruby: sync files

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-03-20 14:35:18 +01:00
parent 18f4b75f8b
commit 3cf9e3e692
2 changed files with 18 additions and 0 deletions

View File

@@ -643,6 +643,15 @@ module ModelOutput {
baseNode = getInvocationFromPath(type, path)
}
/**
* Holds if a `baseNode` is an invocation identified by the `type,path` part of a summary row.
*/
cached
predicate resolvedSummaryRefBase(string type, string path, API::Node baseNode) {
summaryModel(type, path, _, _, _) and
baseNode = getNodeFromPath(type, path)
}
/**
* Holds if `node` is seen as an instance of `type` due to a type definition
* contributed by a CSV model.