findParentKey method

int findParentKey(
  1. ModeratorEntry m
)

Implementation

int findParentKey(ModeratorEntry m) {
  return m.bl;
}