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 334d5b1 commit a39cefeCopy full SHA for a39cefe
ruby/ql/test/library-tests/dataflow/helpers/dataflow.ql
@@ -61,7 +61,7 @@ query DataFlow::ModuleNode getXYClasses() {
61
query DataFlow::HashLiteralNode hashLiteralNode() { any() }
62
63
query DataFlow::Node hashLiteralKey(DataFlow::HashLiteralNode node, string key) {
64
- result = node.getElementFromKey(Ast::ConstantValue::getStringlikeValue(key))
+ result = node.getElementFromKey(Ast::ConstantValue::fromStringlikeValue(key))
65
}
66
67
query DataFlow::ArrayLiteralNode arrayLiteralNode() { any() }
0 commit comments