We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ced5c9 commit 1989d51Copy full SHA for 1989d51
javascript/ql/lib/semmle/javascript/frameworks/data/internal/Impl.qll
@@ -6,7 +6,7 @@
6
* class Unit // a unit type
7
* module API // the API graph module
8
* predicate isPackageUsed(string package)
9
- * API::Node getExtraNodeFromPath(string package, string type, string path)
+ * API::Node getExtraNodeFromPath(string package, string type, string path, int n)
10
* API::Node getExtraSuccessorFromNode(API::Node node, AccessPathToken token)
11
* API::Node getExtraSuccessorFromInvoke(API::InvokeNode node, AccessPathToken token)
12
* predicate invocationMatchesExtraCallSiteFilter(API::InvokeNode invoke, AccessPathToken token)
0 commit comments