|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
Represents a cluster of similar functions in the similarity graph. More...
#include <similarity_table.hpp>
Public Attributes | |
| std::vector< int > | members |
| List of node indices (Path IDs) in the cluster. | |
Represents a cluster of similar functions in the similarity graph.
Definition at line 62 of file similarity_table.hpp.
| std::vector<int> Cluster::members |
List of node indices (Path IDs) in the cluster.
Definition at line 63 of file similarity_table.hpp.