qtil
advanced-security/qtil-go 0.0.3
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.