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

Member predicate StringOps::ConcatenationElement::getFirstLeaf

Gets the first leaf in this concatenation tree.

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

ConcatenationLeaf getFirstLeaf()