complete qldoc

This commit is contained in:
Erik Krogh Kristensen
2020-02-24 13:08:50 +01:00
parent 473787a426
commit a768e937f0

View File

@@ -78,7 +78,7 @@ private class CommandCall extends DataFlow::InvokeNode {
/**
* Gets the constant string parts from a data-flow node.
* Either the string is some constant
* Either the result is a constant string value that the node can hold, or the node is a string-concatenation and the result is the string parts from the concatenation.
*/
private string getConstantStringParts(DataFlow::Node node) {
node.mayHaveStringValue(result)