|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
Main command orchestrator. More...
#include <orchestrator.hpp>
Public Member Functions | |
| void | add_step (Step step) |
| void | skip () |
| void | run_pipeline (Context &ctx) |
Main command orchestrator.
It creates and adds steps to the pipeline.
Definition at line 38 of file orchestrator.hpp.
| void Orchestrator::add_step | ( | Step | step | ) |
Definition at line 44 of file orchestrator.hpp.
| void Orchestrator::run_pipeline | ( | Context & | ctx | ) |
Definition at line 50 of file orchestrator.hpp.
| void Orchestrator::skip | ( | ) |
Definition at line 46 of file orchestrator.hpp.