|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
Similar function locator interface. More...
#include <string>#include <vector>#include <arkanjo/base/function.hpp>#include <arkanjo/base/path.hpp>#include <arkanjo/base/similarity_table.hpp>#include <arkanjo/utils/utils.hpp>#include <arkanjo/cli/cli_error.hpp>#include <arkanjo/commands/command_base.hpp>
Include dependency graph for similar_function_finder.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SimilarFunctionFinder |
| 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.