Predicate getArgument
Gets the i
th argument of call c
, where the receiver of a method call
counts as argument -1.
Import path
import semmle.go.dataflow.internal.DataFlowPrivate
Node getArgument(CallNode c, int i)
Gets the i
th argument of call c
, where the receiver of a method call
counts as argument -1.
import semmle.go.dataflow.internal.DataFlowPrivate
Node getArgument(CallNode c, int i)