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

Member predicate InterfaceType::hasPrivateMethodWithQualifiedName

Holds if this interface type has a private method name, with qualified name qname and type type.

predicate hasPrivateMethodWithQualifiedName(string name, string qname, Type type)