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
In tools that operate on symbol graph files it can sometimes be useful to know if a given synthesized symbol is synthesized or not.
For Swift symbols one can check if the symbol's unique identifier contains "::SYNTHESIZED::" but this is relying on an implementation detail and isn't applicable to symbols in other source languages.
The text was updated successfully, but these errors were encountered:
In tools that operate on symbol graph files it can sometimes be useful to know if a given synthesized symbol is synthesized or not.
For Swift symbols one can check if the symbol's unique identifier contains "::SYNTHESIZED::" but this is relying on an implementation detail and isn't applicable to symbols in other source languages.
The text was updated successfully, but these errors were encountered: