Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dispatch
Method · 0.95
draw
Method · 0.95
dispatch
Method · 0.95
doHighLevelMouseEvents
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected