CodeQL library for Go
codeql/go-all 3.0.2-dev (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()