|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
Functions | |
| Step | setup_command_step (std::unique_ptr< ICommand > &command, const std::vector< std::pair< std::vector< std::string >, CommandsRegistry::CommandFactory > > &commands) |
| bool | formatter_step (Context &ctx) |
| Step | similarity_step (Similarity_Table &table) |
| Step | command_run_step (std::shared_ptr< ICommand > command, const OptionsCollector &collector) |
Variables | |
| constexpr CliOption | global_long_opts [] |
| Step OrchestratorHelper::command_run_step | ( | std::shared_ptr< ICommand > | command, |
| const OptionsCollector & | collector ) |
Definition at line 78 of file orchestrator_helper.hpp.
| bool OrchestratorHelper::formatter_step | ( | Context & | ctx | ) |
Definition at line 53 of file orchestrator_helper.hpp.
| Step OrchestratorHelper::setup_command_step | ( | std::unique_ptr< ICommand > & | command, |
| const std::vector< std::pair< std::vector< std::string >, CommandsRegistry::CommandFactory > > & | commands ) |
Definition at line 28 of file orchestrator_helper.hpp.
| Step OrchestratorHelper::similarity_step | ( | Similarity_Table & | table | ) |
Definition at line 66 of file orchestrator_helper.hpp.
|
constexpr |
Definition at line 17 of file orchestrator_helper.hpp.