getPatchType function

String getPatchType(
  1. String baseType
)

Implementation

String getPatchType(String baseType) {
  return MethodGeneratorCommons.getPatchType(baseType);
}