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

Module FunctionInput

Defines convenience methods that get particular FunctionInput instances.

Import path

import semmle.go.dataflow.FunctionInputsAndOutputs

Predicates

functionResult

Gets a FunctionInput representing the result of a single-result function.

functionResult

Gets a FunctionInput representing the ith result.

parameter

Gets a FunctionInput representing the ith parameter.

receiver

Gets a FunctionInput representing the receiver.