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

Member predicate StructType::hasOwnFieldWithTag

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

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

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