isHeadOpened method

bool isHeadOpened()

Implementation

bool isHeadOpened() {
  return FLAG_HEAD_OPENED & _value != 0;
}