logic: Aggregate type use edges to make referencing symbols appear collapsed
This commit is contained in:
@@ -139,7 +139,7 @@ private:
|
||||
const std::vector<Id>& edgeIds, Graph* graph
|
||||
) const;
|
||||
|
||||
void addAggregationEdgesToGraph(const Id nodeId, Graph* graph) const;
|
||||
void addAggregationEdgesToGraph(const Id nodeId, const std::vector<StorageEdge>& edgesToAggregate, Graph* graph) const;
|
||||
void addComponentAccessToGraph(Graph* graph) const;
|
||||
|
||||
void buildSearchIndex();
|
||||
|
||||
Reference in New Issue
Block a user