You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above example is admittedly a bit frivolous. I'm not sure how common these are.
The analysis is fact-based, so if a method has already been analyzed, its status as a fieldpropagator can be checked by calling pass.ImportObjectFact(obj, &isFieldPropagator{}).
The text was updated successfully, but these errors were encountered:
The
fieldpropagator
analyzer currently does not identify fieldpropagators that get their fields from another fieldpropagator, e.g. :The above example is admittedly a bit frivolous. I'm not sure how common these are.
The analysis is fact-based, so if a method has already been analyzed, its status as a
fieldpropagator
can be checked by callingpass.ImportObjectFact(obj, &isFieldPropagator{})
.The text was updated successfully, but these errors were encountered: