예제 #1
0
bool HasError() {
  return s_code_errors.exists();
}
예제 #2
0
bool HasError(ErrorType type) {
  return s_code_errors.exists(type);
}