Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Main command orchestration interface. More...
#include <bits/stdc++.h>
#include "base/path.hpp"
#include "base/function.hpp"
#include "base/utils.hpp"
#include "base/similarity_table.hpp"
#include "finder/similar_function_finder.hpp"
#include "counter/counter_duplication_code_trie.hpp"
#include "counter/counter_duplication_code.hpp"
#include "explorer/similarity_explorer.hpp"
#include "big_clone/big_clone_formater.hpp"
#include "big_clone/big_clone_tailor_evaluator.hpp"
#include "rand/random_selector.hpp"
#include "pre/preprocessor.hpp"
Go to the source code of this file.
Classes | |
class | Orchestrator |
Main command orchestrator. More... | |
Main command orchestration interface.
Provides the central command dispatch system that coordinates all tool functionality through various subcomponents.
The orchestrator starts the flow of the user iteraction read the user cli command, parser it and call the correct functionality related to the user query.
Definition in file orchestrator.hpp.