Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
Cluster Struct Reference

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.
 

Detailed Description

Represents a cluster of similar functions in the similarity graph.

Definition at line 62 of file similarity_table.hpp.

Member Data Documentation

◆ members

std::vector<int> Cluster::members

List of node indices (Path IDs) in the cluster.

Definition at line 63 of file similarity_table.hpp.


The documentation for this struct was generated from the following file: