isComputer method

bool isComputer()

Checks if the current breakpoint corresponds to a computer device.

Implementation

bool isComputer() {
  return computer.contains(this);
}