Module Private
Nodes intended for only use inside the data-flow libraries.
Import path
import semmle.go.dataflow.internal.DataFlowNodes
Predicates
isArgumentNode | Holds if |
isParameterNode | Holds if |
nodeGetEnclosingCallable | Gets the callable in which this node occurs. |
Classes
FlowSummaryNode | A data-flow node used to model flow summaries. |
OutNode | A data flow node that represents the output of a call. |
ReturnNode | A data flow node that represents returning a value from a function. |