Skip to content

Commit 8131618

Browse files
committed
revert making rankedAccessPath private
1 parent 97aa3cc commit 8131618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ module AccessPath {
440440
*
441441
* Only has a result if there exists both a read and write of the access-path within `bb`.
442442
*/
443-
ControlFlowNode rankedAccessPath(
443+
private ControlFlowNode rankedAccessPath(
444444
ReachableBasicBlock bb, Root root, string path, int ranking, AccessPathKind type
445445
) {
446446
result =

0 commit comments

Comments
 (0)