functions property

Map<String, MaintainabilityResult> functions
final

Map of function/method names to their maintainability results.

Class methods are prefixed with class name: ClassName.methodName.

Implementation

final Map<String, MaintainabilityResult> functions;