We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bcb18 commit 84be6e1Copy full SHA for 84be6e1
javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll
@@ -414,7 +414,7 @@ module AccessPath {
414
}
415
416
/**
417
- * Gets a SourceNode that is accessed using the same access path as the input.
+ * Gets a `SourceNode` that refers to the same value or access path as the given node.
418
*/
419
pragma[inline]
420
DataFlow::SourceNode getAnAliasedSourceNode(DataFlow::Node node) {
0 commit comments