|
ArKanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <source_feature.hpp>
Public Attributes | |
| std::string | code |
| Full source code of the function. | |
Definition at line 9 of file source_feature.hpp.
| std::string SourceFeature::code |
Full source code of the function.
Contains the entire function definition, including body.
Definition at line 15 of file source_feature.hpp.