Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Main command orchestrator. More...
#include <orchestrator.hpp>
Public Member Functions | |
Orchestrator (string command, vector< string > parameters) | |
Constructs orchestrator and executes requested command. | |
Main command orchestrator.
Routes and executes tool commands by coordinating between various subsystems including preprocessing, exploration, duplication counting, and evaluation components.
Definition at line 36 of file orchestrator.hpp.
Orchestrator::Orchestrator | ( | string | command, |
vector< string > | parameters ) |
Constructs orchestrator and executes requested command.
command | The main command to execute |
parameters | Additional command parameters |
Definition at line 102 of file orchestrator.cpp.