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

Type MkAssignNode

A control-flow node that represents a (single) assignment.

Assignments with multiple left-hand sides are split up into multiple assignment nodes, one for each left-hand side. Assignments to _ are not represented in the control-flow graph.

Import path

import semmle.go.controlflow.ControlFlowGraphImpl

Known direct subtypes