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

Predicate paramsString

Gets a parenthesized string containing all parameter types of this callable, separated by a comma.

Returns the empty string if the callable has no parameters. Parameter types are represented by their type erasure.

Import path

import semmle.go.dataflow.ExternalFlow
string paramsString(Function f)