baseCheck method

int baseCheck(
  1. int index
)

Implementation

int baseCheck(int index) {
  return prs.baseCheck(index);
}