Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Similar function locator interface. More...
#include <string>
#include <vector>
#include "../base/path.hpp"
#include "../base/function.hpp"
#include "../base/utils.hpp"
#include "../base/similarity_table.hpp"
Go to the source code of this file.
Classes | |
class | Similar_Function_Finder |
Similar function locator and reporter. More... | |
Similar function locator interface.
Provides functionality to find and display functions similar to a given reference function within the codebase.
Similar Functions Finder implements the functionality to given a function, find the other functions that are similar to the given one.
Definition in file similar_function_finder.hpp.