ArKanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
tool_method.hpp File Reference

Main duplication detection tool interface. More...

#include <string>
#include <filesystem>
#include <arkanjo/methods/tool/parser.hpp>
#include <arkanjo/methods/method.hpp>
+ Include dependency graph for tool_method.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ToolMethod
 Main code duplication detection tool. More...
 

Detailed Description

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 tool_method.hpp.