has_key method

int has_key(
  1. int arg0
)

Implementation

int has_key(
  int arg0,
) {
  return _has_key(
    arg0,
  );
}