Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <filesystem>
#include "../../base/utils.hpp"
#include "../../pre/preprocessor.hpp"
#include "../../base/config.hpp"
Go to the source code of this file.
Functions | |
bool | should_skip (string s) |
bool | areEqualFile (string file1, string file2) |
string | remove_prefix (string a, int rem) |
void | Test () |
int | main (int argc, char *argv[]) |
Variables | |
const string | EXPECTED_DIR = "tests/e2e/expected" |
const string | CURRENT_DIR = "tests/e2e/current" |
const string | CODEBASE_DIR = "tests/e2e/codebase" |
vector< string > | skip_check_list = {"/tmp/config.txt","/tmp/output_tool.txt","/tmp/output_parsed.txt"} |