Shared: make a predicate private

This commit is contained in:
Asger Feldthaus
2022-03-16 13:48:56 +01:00
parent 8cef512234
commit e168da4c5f
2 changed files with 2 additions and 2 deletions

View File

@@ -343,7 +343,7 @@ private predicate invocationMatchesCallSiteFilter(Specific::InvokeNode invoke, A
* Gets the API node identified by the first `n` tokens of `path` in the given `(package, type, path)` tuple.
*/
pragma[nomagic]
API::Node getNodeFromPath(string package, string type, AccessPath path, int n) {
private API::Node getNodeFromPath(string package, string type, AccessPath path, int n) {
isRelevantFullPath(package, type, path) and
(
n = 0 and