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

Member predicate StringOps::ConcatenationElement::getFirstOperand

Gets the first operand of this string concatenation.

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

ConcatenationOperand getFirstOperand()