CodeQL library for Swift
codeql/swift-all 6.3.3 (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 codeql.swift.dataflow.ExternalFlow
string paramsString(Function c)