|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <arkanjo/base/function.hpp>#include <arkanjo/base/path.hpp>#include <arkanjo/base/similarity_table.hpp>#include <arkanjo/utils/utils.hpp>#include <arkanjo/cli/parser_options.hpp>#include <arkanjo/orchestrator.hpp>#include <arkanjo/commands/command.hpp>#include <arkanjo/commands/commands_registry.hpp>
Include dependency graph for orchestrator_helper.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | OrchestratorHelper |
Functions | |
| Step | OrchestratorHelper::setup_command_step (std::unique_ptr< ICommand > &command, const std::vector< std::pair< std::vector< std::string >, CommandsRegistry::CommandFactory > > &commands) |
| bool | OrchestratorHelper::formatter_step (Context &ctx) |
| Step | OrchestratorHelper::similarity_step (Similarity_Table &table) |
| Step | OrchestratorHelper::command_run_step (std::shared_ptr< ICommand > command, const OptionsCollector &collector) |
Variables | |
| constexpr CliOption | OrchestratorHelper::global_long_opts [] |