We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ItemNode
1 parent a9d7662 commit 60ceb89Copy full SHA for 60ceb89
1 file changed
rust/ql/lib/codeql/rust/internal/PathResolution.qll
@@ -1807,6 +1807,8 @@ private module Debug {
1807
path = p.toStringDebug()
1808
}
1809
1810
+ predicate debugItemNode(ItemNode item) { item = getRelevantLocatable() }
1811
+
1812
ItemNode debugResolvePath(RelevantPath path) {
1813
path = getRelevantLocatable() and
1814
result = resolvePath(path)
0 commit comments