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
Is the a recommended way of getting a globally unique name from within a plugin? I noticed that the termination plugin just get a set from program.transitiveScopedDecls and then loops until it finds an element not in the set. Should I just do this?
The text was updated successfully, but these errors were encountered:
Is the a recommended way of getting a globally unique name from within a plugin? I noticed that the termination plugin just get a set from
program.transitiveScopedDecls
and then loops until it finds an element not in the set. Should I just do this?The text was updated successfully, but these errors were encountered: