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

Member predicate SsaWithFields::getQualifiedName

Gets the qualified name of the source variable or variable and fields that this represents.

For example, for an SSA variable that represents the field a.b, this would get the string "a.b".

string getQualifiedName()