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

Member predicate StructType::hasOwnField

Holds if this struct contains a field name with type tp; isEmbedded is true if the field is embedded.

Note that this predicate does not take promoted fields into account.

predicate hasOwnField(int i, string name, Type tp, boolean isEmbedded)