isUser static method

bool isUser(
  1. int network
)

Implementation

static bool isUser(int network) {
  return network & GROUP == USER;
}