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

Member predicate VariableWithFields::getQualifiedName

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

For example, for the variable with fields that represents the field a.b[c], this would get the string "a.b.c".

string getQualifiedName()