Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ attempt
Method
attempt
src/main/java/com/volmit/adapt/util/J.java:89–91 ·
view source on GitHub ↗
(NastyRunnable r)
Source
from the content-addressed store, hash-verified
87
}
88
89
public
static
boolean attempt(NastyRunnable r) {
90
return
attemptCatch(r) == null;
91
}
92
93
public
static
Throwable attemptCatch(NastyRunnable r) {
94
try {
Callers
5
SimpleSkill
Method · 0.95
takeSpatial
Method · 0.95
execute
Method · 0.95
attemptAsync
Method · 0.95
sleep
Method · 0.95
Calls
2
attemptCatch
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected