getSize method

int getSize(
  1. IStatus status
)

Implementation

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