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 714e95e commit 8d264e7Copy full SHA for 8d264e7
ruby/ql/lib/codeql/ruby/ast/Constant.qll
@@ -294,6 +294,11 @@ class ConstantReadAccess extends ConstantAccess {
294
Expr getValue() { result = getConstantReadAccessValue(this) }
295
296
final override string getAPrimaryQlClass() { result = "ConstantReadAccess" }
297
+
298
+ /**
299
+ * Gets a fully qualified name for this constant.
300
+ */
301
+ string getAQualifiedName() { TResolved(result) = resolveConstantReadAccess(this) }
302
}
303
304
/**
0 commit comments