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

Code duplication preprocessing system. More...

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

Go to the source code of this file.

Classes

class  DiffMethod
 Code duplication preprocessor. More...
 

Detailed Description

Code duplication preprocessing system.

Implements the heavy preprocessing stage that analyzes the codebase for potential duplications to enable fast query responses later.

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