|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Code duplication reporting system. More...
#include <bits/stdc++.h>#include "../base/path.hpp"#include "../base/function.hpp"#include "../base/similarity_table.hpp"#include "counter_duplication_code_trie.hpp"
Include dependency graph for counter_duplication_code.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Counter_Duplication_Code |
| Code duplication analyzer and reporter. More... | |
Code duplication reporting system.
Implements functionality to count and report duplicated lines across folders in the codebase, providing hierarchical insights. Counter Duplication Code implements the relatory/counter functionality, where the user can see the number of duplicated lines per folder in the codebase
Definition in file counter_duplication_code.hpp.