CodeQL library for Swift
codeql/swift-all 6.3.3 (changelog, source)
Search

Member predicate Impl::Callable::hasName

Holds if this Callable is a function named funcName defined in a module called moduleName.

predicate hasName(string moduleName, string funcName)