MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / hasErrors

Method hasErrors

src/main/java/field/utility/Util.java:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 List<Pair<Throwable, Object>> errors = new ArrayList<>();
123
124 public boolean hasErrors() {
125 return errors.size() > 0;
126 }
127
128 public List<Pair<Throwable, Object>> getErrors() {
129 return errors;

Callers 4

dispatchMethod · 0.95
drawMethod · 0.95
dispatchMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected