Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Similar function locator and reporter. More...
#include <similar_function_finder.hpp>
Public Member Functions | |
Similar_Function_Finder (string _function_pattern, Similarity_Table *_similarity_table) | |
Constructs finder and initiates search. | |
Similar function locator and reporter.
Identifies functions similar to a specified reference function pattern and provides detailed reporting about the matches found.
Definition at line 30 of file similar_function_finder.hpp.
Similar_Function_Finder::Similar_Function_Finder | ( | string | _function_pattern, |
Similarity_Table * | _similarity_table ) |
Constructs finder and initiates search.
_function_pattern | Function name pattern to match |
_similarity_table | Source of similarity data |
Definition at line 50 of file similar_function_finder.cpp.