Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Main duplication detection tool interface. More...
Go to the source code of this file.
Classes | |
class | DuplicationFinderTool |
Main code duplication detection tool. More... | |
Main duplication detection tool interface.
Provides the primary interface for the code duplication detection tool, handling the heavy preprocessing of the input codebase to enable fast query responses during operation.
Defines the preprocessor/setup step of the tool, where we do a heavy preprocessing of the input codebase to enable fast query response later.
Definition in file duplication_finder_tool.hpp.