|
Arkanjo 0.1
A tool for find code duplicated functions in codebases
|
Enumeration of possible return codes for the application. More...
Inheritance diagram for duplicate_code_detection.ReturnCode:
Collaboration diagram for duplicate_code_detection.ReturnCode:Static Public Attributes | |
| int | SUCCESS = 0 |
| int | BAD_INPUT = 1 |
| int | THRESHOLD_EXCEEDED = 2 |
Enumeration of possible return codes for the application.
| SUCCESS | Indicates successful operation (value: 0) |
| BAD_INPUT | Indicates invalid input parameters (value: 1) |
| THRESHOLD_EXCEEDED | Indicates a threshold limit was exceeded (value: 2) |
Definition at line 31 of file duplicate_code_detection.py.
|
static |
Definition at line 39 of file duplicate_code_detection.py.
|
static |
Definition at line 38 of file duplicate_code_detection.py.
|
static |
Definition at line 40 of file duplicate_code_detection.py.