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

Member predicate SsaSourceVariable::mayHaveIndirectReferences

Holds if there may be indirect references of this variable that are not covered by getAReference().

This is the case for variables that have their address taken, and for variables whose name resolution information may be incomplete (for instance due to an extractor error).

predicate mayHaveIndirectReferences()