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
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
Once the definitions' locations are retrieved (#160), usages can be added in the structures. The integration have to be determined. Then, the structure must be filled with all variables, structs, events, functions.. usages. Helper function must be provided to find usages for a specific identifier.
Definition of done
Determine how to integrate usages into the existing refrences structure
Implement the usages integration
Fill the usages using the project files' AST (using ast crate)
Create helper function to retrieve usages of a definition
QA
Structures and structures' filling must be unit-tested