Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Trie-based code duplication counter. More...
Go to the source code of this file.
Classes | |
class | Counter_Duplication_Code_Trie |
Trie structure for hierarchical duplication counting. More... | |
Trie-based code duplication counter.
Implements a trie structure where nodes represent folders to enable hierarchical counting of duplicated lines across the codebase. Implements a TRIE where the nodes are folders, this enable the project to count the number of duplicated lines per folde in the codebase.
Definition in file counter_duplication_code_trie.hpp.