Expand description
Variable Relationship Analysis
This module provides functionality to detect and analyze relationships between variables, building a comprehensive graph for visualization and analysis.
Structs§
- Graph
Statistics - Statistics about the relationship graph
- Layout
Hint - Layout hint for visualization
- Smart
Pointer Info - Smart pointer specific information
- Variable
Cluster - A cluster of related variables (e.g., same scope, same type)
- Variable
Node - A node in the variable relationship graph
- Variable
Relationship - A relationship edge between two variables
- Variable
Relationship Builder - Builder for constructing variable relationship graphs
- Variable
Relationship Graph - Complete variable relationship graph
Enums§
- Cluster
Type - Types of variable clusters
- Relationship
Type - Types of relationships between variables
- Variable
Category - Category of variable for visualization purposes
Functions§
- build_
variable_ relationship_ graph - Build a complete variable relationship graph from allocations and registry