CodeQL library for Go
codeql/go-all 0.7.13 (changelog, source)
Search

Member predicate StringOps::ConcatenationElement::getLastOperand

Gets the last operand of this string concatenation.

For example, the last operand of x + (y + z) is (y + z).

ConcatenationOperand getLastOperand()