|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Codebase preprocessing orchestrator. More...
#include <preprocessor.hpp>
Public Member Functions | |
| Preprocessor (bool force_preprocess) | |
| Constructs preprocessor with optional forcing. | |
| Preprocessor (bool force_preprocess, string path, double similarity) | |
| Testing constructor with direct parameter specification. | |
Codebase preprocessing orchestrator.
Manages the complete preprocessing pipeline including:
Creates the foundation for fast query responses during the main operation phase.
Definition at line 35 of file preprocessor.hpp.
| Preprocessor::Preprocessor | ( | bool | force_preprocess | ) |
Constructs preprocessor with optional forcing.
| force_preprocess | Whether to force preprocessing even if cached results exist |
Definition at line 77 of file preprocessor.cpp.
| Preprocessor::Preprocessor | ( | bool | force_preprocess, |
| string | path, | ||
| double | similarity ) |
Testing constructor with direct parameter specification.
| force_preprocess | Whether to force preprocessing |
| path | Direct project path specification |
| similarity | Direct similarity threshold specification |
Definition at line 86 of file preprocessor.cpp.