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

Injector MkCompoundAssignRhsNode

A control-flow node that represents the implicit right-hand side of a compound assignment.

For example, the compound assignment x += 1 has an implicit right-hand side x + 1.

Import path

import semmle.go.controlflow.ControlFlowGraphImpl
MkCompoundAssignRhsNode MkCompoundAssignRhsNode(CompoundAssignStmt assgn)