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

Module FunctionOutput

Defines convenience methods that get particular FunctionOutput instances.

Import path

import semmle.go.dataflow.FunctionInputsAndOutputs

Predicates

functionResult

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

functionResult

Gets a FunctionOutput representing the ith result.

parameter

Gets a FunctionOutput representing the ith parameter after a function returns.

receiver

Gets a FunctionOutput representing the receiver after a function returns.