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

Method getErrors

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

Source from the content-addressed store, hash-verified

126 }
127
128 public List<Pair<Throwable, Object>> getErrors() {
129 return errors;
130 }
131
132 public void clear() {
133 errors.clear();

Callers 4

dispatchMethod · 0.95
drawMethod · 0.95
dispatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected