getCount method

int getCount(
  1. IStatus status
)

Implementation

int getCount(IStatus status) {
  final res = _getCount(self, status.self);
  status.checkStatus();
  return res;
}