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

Member predicate Field::hasQualifiedName

Holds if this field has name f and it belongs to a type with qualified name tp.

Note that due to field embedding the same field may have multiple qualified names.

predicate hasQualifiedName(string tp, string f)