QLdoc fix

This commit is contained in:
Ed Minnix
2023-12-15 11:13:09 -05:00
parent 02581a3850
commit 09a0730491

View File

@@ -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()