mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
QLdoc fix
This commit is contained in:
@@ -56,6 +56,9 @@ class PropertiesGetPropertyMethodCall extends MethodCall {
|
||||
this.getArgument(0).(ConstantStringExpr).getStringValue() = result.getNameElement().getName()
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the potential string values that can be associated with the given property name.
|
||||
*/
|
||||
string getPropertyValue() {
|
||||
result = this.getPair().getValueElement().getValue() or
|
||||
result = this.getArgument(1).(ConstantStringExpr).getStringValue()
|
||||
|
||||
Reference in New Issue
Block a user