|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <arkanjo/orchestrator.hpp>#include "commands/big_clone/big_clone_formater.hpp"#include "commands/big_clone/big_clone_tailor_evaluator.hpp"#include "commands/counter/counter_duplication_code.hpp"#include "commands/counter/counter_duplication_code_trie.hpp"#include "commands/explorer/similarity_explorer.hpp"#include "commands/finder/similar_function_finder.hpp"#include "commands/help/help.hpp"#include "commands/rand/random_selector.hpp"
Include dependency graph for orchestrator_commands.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | OrchestratorCommands |
Typedefs | |
| template<typename Table > | |
| using | OrchestratorCommands::CommandMap = const std::vector<std::pair<std::vector<std::string>, CommandsRegistry::CommandFactory>> |
Functions | |
| template<typename Table > | |
| CommandMap< Table > | OrchestratorCommands::create_internal_commands (Table &table) |