isPublic method

bool isPublic()

Implementation

bool isPublic() {
  return !isPrivate() && !isLoopback();
}