|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <similarity_table.hpp>
Public Member Functions | |
| double | score () const |
Public Attributes | |
| std::vector< Path > | paths |
| int | total_lines = 0 |
| int | total_pairs = 0 |
Definition at line 66 of file similarity_table.hpp.
| double ClusterInfo::score | ( | ) | const |
Definition at line 71 of file similarity_table.hpp.
| std::vector<Path> ClusterInfo::paths |
Definition at line 67 of file similarity_table.hpp.
| int ClusterInfo::total_lines = 0 |
Definition at line 68 of file similarity_table.hpp.
| int ClusterInfo::total_pairs = 0 |
Definition at line 69 of file similarity_table.hpp.