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